fix delstash

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-07-11 08:22:42 -05:00
parent cf41612321
commit 7808611cbb

View file

@ -175,7 +175,7 @@ delstash() {
local stash_ref
stash_ref=$(echo "$selection" | awk -F: '{print $1}')
echo "About to delete $stash_ref."
git stash drop "$stash_ref";;
git stash drop "$stash_ref"
}
# nix