diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 23:25:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 23:25:55 -0600 |
| commit | 39f72d20344c5bbe05b83a13eee9c0d7b54f7e78 (patch) | |
| tree | bba755911c142fb357804a006dc11183063c2b37 /windowPatches.go | |
| parent | cbbd43f7b59cee14ed3c83d1da33a04cf8e73bbc (diff) | |
better git checkout
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowPatches.go b/windowPatches.go index b137454..916ab66 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -104,7 +104,7 @@ func submitPatchesBox(box *gui.Node) *patchSummary { if err != nil { return } - if !IsEverythingOnDevel() { + if err := IsEverythingOnDevel(); err != nil { log.Info("You can only apply patches to the devel branch") return } |
