summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doNormal.go b/doNormal.go
index a8e53f8..f7af92a 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -71,6 +71,7 @@ func doNormalAttempt() (string, error) {
if err != nil {
return "not everything is 'normal' yet", err
}
+ me.forge.SetMode(forgepb.ForgeMode_MASTER)
log.Info("normal mode on")
return "normal mode on", nil
}