summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index ed50a20..bf774c6 100644
--- a/main.go
+++ b/main.go
@@ -64,6 +64,7 @@ func main() {
badExit(err)
}
}
+ okExit("")
}
log.Info("STARTING RECURSIVE CLONE", workingRepo.GetGoPath())
if err := recursiveClone(workingRepo); err != nil {