diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
