summaryrefslogtreecommitdiff
path: root/subCommand.go
diff options
context:
space:
mode:
Diffstat (limited to 'subCommand.go')
-rw-r--r--subCommand.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/subCommand.go b/subCommand.go
index 5c59227..556fd57 100644
--- a/subCommand.go
+++ b/subCommand.go
@@ -50,7 +50,7 @@ func doSubcommand() (string, error) {
}
if argv.Normal != nil {
- if me.forge.Config.Mode == forgepb.ForgeMode_NORMAL {
+ if me.forge.Mode == forgepb.ForgeMode_NORMAL {
s, err = doNormalAll()
} else {
// attempt to switch into Normal mode