add missing bracket

This commit is contained in:
Rasmus Steinke 2016-05-27 14:24:25 +02:00
parent f9c6c3d30b
commit 4d588306ec

View File

@ -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 () {