diff options
| -rw-r--r-- | doPatch.go | 1 | ||||
| -rw-r--r-- | main.go | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,7 @@ func doPatch() error { if argv.Patch.Repos != nil { dumpDirtyRepos() + return nil } // if nothing, show patches & dirty repos @@ -73,6 +73,9 @@ func main() { okExit("") } + if forgepb.FirstTimeUser() { + log.Info("You are running forge for the first time here") + } // load the ~/.config/forge/ config me.forge = forgepb.Init() |
