Fixed formatting issue when re-encrypting a note.

This commit is contained in:
Jon Lewis
2016-05-01 20:46:22 -05:00
parent ece82841cd
commit 460c9ec814

View File

@@ -36,7 +36,7 @@ printf " - %s\n" "editing ${NOTE%.*}"
# If the file was previously decrypted, encrypt it back
if [ "$ENCRYPTION" == "TRUE" ]; then
echo "reencrypting"
printf " - %s\n" "encrypting ${NOTE%.*}"
rm "$NOTES_DIR/$NOTE"
encrypt;
rm "$TMP_NOTE"