summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 10:15:29 -0500
committerJeff Carr <[email protected]>2025-10-03 10:15:29 -0500
commitda24b97a64b960861569ee0fe90488e7f361da3c (patch)
tree94d1db39f13421d95e6d412071c713cb80e5c0c9 /main.go
parent65fcf74c9a47cadc755f1965daee198031415c89 (diff)
Diffstat (limited to 'main.go')
-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 {