From 4d588306eca5975b11e2d783c6ceb867d43e29ef Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 27 May 2016 14:24:25 +0200 Subject: [PATCH] add missing bracket --- rofi-pass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi-pass b/rofi-pass index 5eeee75..cdd8350 100755 --- a/rofi-pass +++ b/rofi-pass @@ -385,7 +385,7 @@ manageEntry () { } listgpg () { - find . -name \*.gpg -print | cut -c 3- | while read line; do echo -e "${line##*/}\t(In: ${line%%/*}"; done | column -s $'\t' -t + find . -name \*.gpg -print | cut -c 3- | while read line; do echo -e "${line##*/}\t(In: ${line%%/*})"; done | column -s $'\t' -t } insertPass () {