From f789b583892b9675b2c9a0278d638410c0c782c0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 20:18:40 -0500 Subject: [PATCH] continue to identify a new user --- doPatch.go | 1 + main.go | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doPatch.go b/doPatch.go index 1abf5b3..23b2f19 100644 --- a/doPatch.go +++ b/doPatch.go @@ -58,6 +58,7 @@ func doPatch() error { if argv.Patch.Repos != nil { dumpDirtyRepos() + return nil } // if nothing, show patches & dirty repos diff --git a/main.go b/main.go index 05f144e..0285145 100644 --- a/main.go +++ b/main.go @@ -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()