summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 09:14:02 -0500
committerJeff Carr <[email protected]>2025-10-28 09:14:02 -0500
commit473cc8413b80c956474604f76c98ac1598280bb0 (patch)
tree17a58d66c5ea1267394cd93b3cff2ec3483da38a /main.go
parent10064774935efffdfda80adc68d06cb1b1fd01d8 (diff)
finally found that problem
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index 3ac3830..41c4ce9 100644
--- a/main.go
+++ b/main.go
@@ -57,8 +57,7 @@ func main() {
}
if me.forge.IsModeUnknown() || me.forge.IsModeNewUser() {
- panic("always gets here")
- // doNewUser()
+ doNewUser()
}
// put things to do every time forge runs here