Fixed vns_rm

This commit is contained in:
Jon-William Lewis
2017-08-24 16:22:40 -05:00
parent 4eefd1a845
commit 25655916c5

4
vns.sh
View File

@@ -122,7 +122,9 @@ function vns_list(){
}
function vns_rm(){
rm -f "$VNS_STORE/$(echo "$@" | awk '{print $1}')"
local readonly VNS_NOTE="$VNS_STORE/$(echo "$@" | awk '{print $1}').gpg"
echo "Deleting $VNS_NOTE"
rm -f "$VNS_NOTE"
}
function vns_gitPassthrough(){
cd "$VNS_STORE" || exit;