diff --git a/common/general/shell/common.sh b/common/general/shell/common.sh index 8ede42d..3f96c88 100644 --- a/common/general/shell/common.sh +++ b/common/general/shell/common.sh @@ -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