diff options
| author | Jeff Carr <[email protected]> | 2025-10-20 13:19:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-20 13:19:24 -0500 |
| commit | 898592febc56eb1073525636666063396d85aca6 (patch) | |
| tree | 507d33eefc9ba5d467c2c5ce829bdd13968f92e8 /doPull.go | |
| parent | 3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b (diff) | |
notsure
Diffstat (limited to 'doPull.go')
| -rw-r--r-- | doPull.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ func doPull() (string, error) { } // below this, you must not be in 'normal' mode - if me.forge.Config.Mode == forgepb.ForgeMode_NORMAL { + if me.forge.Mode == forgepb.ForgeMode_NORMAL { s = "you must check out the devel or master branches" return s, errors.New("wrong mode " + me.forge.GetMode()) } |
