summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()