lib/big_keeper/service/git_service.rb in bigkeeper-0.9.13 vs lib/big_keeper/service/git_service.rb in bigkeeper-0.9.14

- old
+ new

@@ -167,10 +167,10 @@ end else git.push_to_remote(path, branch_name) end - GitOperator.new.check_push_success(path, branch_name, "origin/#{branch_name}") + GitOperator.new.check_push_success(path, branch_name, "#{GitOperator.remote_local_name(path)}/#{branch_name}") else Logger.default("Nothing to push for '#{name}'.") end end