Further bash-completion work

This commit is contained in:
Jon-William Lewis
2016-02-15 16:23:01 -06:00
parent d1140974f4
commit 051546691f
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ fi
if [ "$ENCRYPTION" == "TRUE" ]; then
SESSION_ID="$RANDOM" #SESSION_ID later becomes the temporary filename
readonly NOTE="$NOTE.$EXT.gpg"
readonly NOTE="$NOTE.gpg.$EXT"
else
readonly NOTE="$NOTE.$EXT"
fi