diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 14:05:06 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 14:05:06 -0400 |
commit | 1395863f8fcfd95b4a4684c669224c422a8fdb3a (patch) | |
tree | 4f0d7506c4e1c13961b4015a0263e02fa51d4c59 | |
parent | 7d7fab17a02db94057460eb9ed40dc99834b6b2b (diff) |
fix for other tree types
-rwxr-xr-x | mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { \ |