lib/big_keeper/service/module_service.rb in kookeeper-3.1.0 vs lib/big_keeper/service/module_service.rb in kookeeper-3.1.2

- old
+ new

@@ -25,9 +25,11 @@ GitService.new.start(module_full_path, name, type) StashService.new.pop_stash(module_full_path, home_branch_name, module_name) end + + StashService.new.pop_stash(module_full_path, home_branch_name, module_name) end def push(path, user, module_name, home_branch_name, type, comment) Logger.highlight("Push branch '#{home_branch_name}' for module '#{module_name}'...")