Skip to content

Commit

Permalink
Merge pull request #26 from quorumcontrol/bug/exit-code-on-push
Browse files Browse the repository at this point in the history
Add blank line at end of push
  • Loading branch information
Brandon Westcott authored Mar 16, 2020
2 parents bb8fa0d + ccda967 commit 28b54e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remotehelper/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func (r *Runner) Run(ctx context.Context, remoteName string, remoteUrl string) e
}

r.respond("ok %s\n", dst)
r.respond("\n")
case "fetch":
splitArgs := strings.Split(args, " ")
if len(splitArgs) != 2 {
Expand Down

0 comments on commit 28b54e4

Please sign in to comment.