From 39f72d20344c5bbe05b83a13eee9c0d7b54f7e78 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Jan 2025 23:25:55 -0600 Subject: better git checkout --- windowPatches.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windowPatches.go') 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 } -- cgit v1.2.3