diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,6 +24,6 @@ func badExit(err error) { } func badRepoExit(repo *gitpb.Repo, err error) { - log.Printf("forge failed on %s with %v", repo.GetGoPath(), err) + log.Printf("forge failed on %s with %v\n", repo.GetGoPath(), err) os.Exit(-1) } |
