summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-21 14:05:06 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-21 14:05:06 -0400
commit1395863f8fcfd95b4a4684c669224c422a8fdb3a (patch)
tree4f0d7506c4e1c13961b4015a0263e02fa51d4c59
parent7d7fab17a02db94057460eb9ed40dc99834b6b2b (diff)
fix for other tree types
-rwxr-xr-xmw2
1 files changed, 1 insertions, 1 deletions
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() { \