summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/exit.go b/exit.go
index fac574b..7e918cf 100644
--- a/exit.go
+++ b/exit.go
@@ -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)
}