summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 05:03:00 -0500
committerJeff Carr <[email protected]>2025-10-05 05:03:00 -0500
commit44c1fcc9c316636fdc4f52f11ee3eb8045cdfcd1 (patch)
tree5cc34f6caabfb09694ea4c9c07656e80eac02b4e
parent73b0795c5dc30d5b02483229fb0432f948b48420 (diff)
bad logicv0.25.56
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index e6ca8eb..2df1cf4 100644
--- a/main.go
+++ b/main.go
@@ -102,6 +102,7 @@ func main() {
if argv.Mode != nil {
if argv.Mode.Normal != nil {
if doNormal() {
+ setForgeMode(forgepb.ForgeMode_NORMAL)
log.Infof("all your %d repos are in a normal stete for development\n", me.forge.Repos.Len())
okExit("")
}