diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 20:18:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 20:18:40 -0500 |
| commit | f789b583892b9675b2c9a0278d638410c0c782c0 (patch) | |
| tree | a1b7e80146398b04b1d552f19877cec33555a2ac | |
| parent | 770e6752f1f07a00455b423780eca30f8578e610 (diff) | |
continue to identify a new user
| -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() |
