summaryrefslogtreecommitdiff
path: root/subCommand.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-20 13:19:24 -0500
committerJeff Carr <[email protected]>2025-10-20 13:19:24 -0500
commit898592febc56eb1073525636666063396d85aca6 (patch)
tree507d33eefc9ba5d467c2c5ce829bdd13968f92e8 /subCommand.go
parent3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b (diff)
notsure
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