fix delstash

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-07-11 08:22:42 -05:00
parent 3c015bef8d
commit c25a347a74

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