continue to identify a new user

This commit is contained in:
Jeff Carr 2025-09-04 20:18:40 -05:00
parent 770e6752f1
commit f789b58389
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func doPatch() error {
if argv.Patch.Repos != nil { if argv.Patch.Repos != nil {
dumpDirtyRepos() dumpDirtyRepos()
return nil
} }
// if nothing, show patches & dirty repos // if nothing, show patches & dirty repos

View File

@ -73,6 +73,9 @@ func main() {
okExit("") okExit("")
} }
if forgepb.FirstTimeUser() {
log.Info("You are running forge for the first time here")
}
// load the ~/.config/forge/ config // load the ~/.config/forge/ config
me.forge = forgepb.Init() me.forge = forgepb.Init()