summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 20:18:40 -0500
committerJeff Carr <[email protected]>2025-09-04 20:18:40 -0500
commitf789b583892b9675b2c9a0278d638410c0c782c0 (patch)
treea1b7e80146398b04b1d552f19877cec33555a2ac /main.go
parent770e6752f1f07a00455b423780eca30f8578e610 (diff)
continue to identify a new user
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
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()