summaryrefslogtreecommitdiff
path: root/patches/dwmpatch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dwmpatch')
-rwxr-xr-xpatches/dwmpatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/dwmpatch b/patches/dwmpatch
index cf444c7..1429ec0 100755
--- a/patches/dwmpatch
+++ b/patches/dwmpatch
@@ -19,7 +19,7 @@ apply_patch() {
}
git switch "patches" || exit
-git reset --hard || exit
+git reset --hard "patches" -- || exit
# branches for individually applied patches
branches=$(git for-each-ref --format='%(refname:short)' refs/heads/ | grep diff)