summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doRelease.go b/doRelease.go
index c9ab030..7ebf11a 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -179,6 +179,8 @@ func doRelease() bool {
badExit(errors.New(msg))
}
+ printDone()
+ log.Info("sleep 2, then Reload()", check.GetGoPath())
time.Sleep(2 * time.Second) // notsure
check.Reload()
@@ -192,9 +194,11 @@ func doRelease() bool {
count := me.forge.PrintReleaseReport(me.found)
log.Info("count =", count)
os.Setenv("FindNextDone", "true")
+ printDone()
return false
}
log.Info("GOOD TO RUN ANOTHER DAY ON:", me.current.GetGoPath())
+ printDone()
return true
}