diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 10:15:29 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 10:15:29 -0500 | 
| commit | da24b97a64b960861569ee0fe90488e7f361da3c (patch) | |
| tree | 94d1db39f13421d95e6d412071c713cb80e5c0c9 | |
| parent | 65fcf74c9a47cadc755f1965daee198031415c89 (diff) | |
| -rw-r--r-- | main.go | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ func main() {  				badExit(err)  			}  		} +		okExit("")  	}  	log.Info("STARTING RECURSIVE CLONE", workingRepo.GetGoPath())  	if err := recursiveClone(workingRepo); err != nil {  | 
