summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 16:07:17 -0600
committerJeff Carr <[email protected]>2025-01-19 16:07:17 -0600
commit835c000aefc6eb702bd326d77d08ac47abba675b (patch)
treefee37fb35bd928ad3f12081813793f60e8963b1d /windowPatches.go
parent4c38b052fd936cd9fc9484811ceae4fd5b24e12d (diff)
check devel branches
Diffstat (limited to 'windowPatches.go')
-rw-r--r--windowPatches.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/windowPatches.go b/windowPatches.go
index 916ab66..eeae1e8 100644
--- a/windowPatches.go
+++ b/windowPatches.go
@@ -104,7 +104,7 @@ func submitPatchesBox(box *gui.Node) *patchSummary {
if err != nil {
return
}
- if err := IsEverythingOnDevel(); err != nil {
+ if _, _, err := IsEverythingOnDevel(); err != nil {
log.Info("You can only apply patches to the devel branch")
return
}