summaryrefslogtreecommitdiff
path: root/doPatch.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 /doPatch.go
parent898592febc56eb1073525636666063396d85aca6 (diff)
trying to get this to run again
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPatch.go b/doPatch.go
index da27410..9d5cedc 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -21,7 +21,7 @@ import (
)
func isPatchingSafe() bool {
- if me.forge.Mode == forgepb.ForgeMode_NORMAL {
+ if me.forge.IsModeNormal() {
return true
}
log.Info("This patch command is not safe to run now")