From da24b97a64b960861569ee0fe90488e7f361da3c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 10:15:29 -0500 Subject: forgot to exit() --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') 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 { -- cgit v1.2.3