fix for other tree types

This commit is contained in:
Luke Smith 2019-04-21 14:05:06 -04:00
parent 7d7fab17a0
commit 1395863f8f
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

2
mw
View File

@ -169,7 +169,7 @@ EOF
}
getpass() { pass rm -f "mutt-wizard-$title" >/dev/null 2>&1
while ! pass ls | grep -o " mutt-wizard-$title$" >/dev/null 2>&1;do
while ! pass ls | grep -o "mutt-wizard-$title$" >/dev/null 2>&1;do
pass insert "mutt-wizard-$title"; done;}
formatShortcut() { \