From 1395863f8fcfd95b4a4684c669224c422a8fdb3a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 21 Apr 2019 14:05:06 -0400 Subject: [PATCH] fix for other tree types --- mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mw b/mw index f2e601b..fbf6901 100755 --- a/mw +++ b/mw @@ -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() { \