summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 01:50:37 -0500
committerJeff Carr <[email protected]>2025-10-17 01:50:37 -0500
commitdf5e577313d37036f58b7e70aaee109b12fb371f (patch)
treed7a4c14cc29afd22cc9fcc8db15160908288bb1c /doNormal.go
parentad65f65ff65d5068ff79daffca330183239aead2 (diff)
dumbass
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index f7af92a..ff47a79 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -71,7 +71,7 @@ func doNormalAttempt() (string, error) {
if err != nil {
return "not everything is 'normal' yet", err
}
- me.forge.SetMode(forgepb.ForgeMode_MASTER)
+ me.forge.SetMode(forgepb.ForgeMode_NORMAL)
log.Info("normal mode on")
return "normal mode on", nil
}