summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.go b/config.go
index 348c053..704feca 100644
--- a/config.go
+++ b/config.go
@@ -9,7 +9,6 @@ import (
"path/filepath"
"go.wit.com/lib/config"
- "go.wit.com/lib/fhelp"
"go.wit.com/lib/gui/prep"
"go.wit.com/log"
)
@@ -145,9 +144,9 @@ func loadStdConfig() *ForgeConfigs {
cfg.addSampleConfigs()
cfg.DumpENV()
config.SetChanged("forge", true)
- if !fhelp.QuestionUser("This is your first time using forge, use these default values?") {
- os.Exit(-1)
- }
+ // if !fhelp.QuestionUser("This is your first time using forge, use these default values?") {
+ // os.Exit(-1)
+ // }
if err := cfg.ConfigSave(); err != nil {
log.Info("config save error:", err)
os.Exit(-1)