dep stuff

This commit is contained in:
Jeff Carr 2025-09-11 22:14:48 -05:00
parent cd75bd9f61
commit ac02bbc094
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ func okExit(thing string) {
} }
func badExit(err error) { func badExit(err error) {
log.Info("go-clean failed: ", err, me.forge.GetGoSrc()) log.Info("go-clean failed: ", err, me.forge.Config.ReposDir)
os.Exit(-1) os.Exit(-1)
} }