fix delstash
This commit is contained in:
parent
cf41612321
commit
7808611cbb
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ delstash() {
|
||||||
local stash_ref
|
local stash_ref
|
||||||
stash_ref=$(echo "$selection" | awk -F: '{print $1}')
|
stash_ref=$(echo "$selection" | awk -F: '{print $1}')
|
||||||
echo "About to delete $stash_ref."
|
echo "About to delete $stash_ref."
|
||||||
git stash drop "$stash_ref";;
|
git stash drop "$stash_ref"
|
||||||
}
|
}
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue