summaryrefslogtreecommitdiff
path: root/subCommand.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 04:48:14 -0500
committerJeff Carr <[email protected]>2025-10-21 04:48:14 -0500
commit19cbfa7a819607e2602d48617ce9e96797fa6e1a (patch)
tree3ea6ba8804b4ad9b03c6a95e4f09e317dcf237dc /subCommand.go
parent898592febc56eb1073525636666063396d85aca6 (diff)
trying to get this to run again
Diffstat (limited to 'subCommand.go')
-rw-r--r--subCommand.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/subCommand.go b/subCommand.go
index 556fd57..c29214f 100644
--- a/subCommand.go
+++ b/subCommand.go
@@ -5,7 +5,6 @@ package main
import (
"go.wit.com/lib/gui/shell"
- "go.wit.com/lib/protobuf/forgepb"
"go.wit.com/log"
)
@@ -50,7 +49,7 @@ func doSubcommand() (string, error) {
}
if argv.Normal != nil {
- if me.forge.Mode == forgepb.ForgeMode_NORMAL {
+ if me.forge.IsModeNormal() {
s, err = doNormalAll()
} else {
// attempt to switch into Normal mode