fixed trailing slash in directory path for quick note script

This commit is contained in:
Mike G 2024-10-10 19:58:28 -04:00
parent 0c983e55a4
commit b8e796e488

View file

@ -2,7 +2,7 @@
# open quicknote
# set quick note directory
dir="/home/emge/Notes/QuickNotes"
dir="/home/emge/Notes/QuickNotes/"
# set current date
curDate=$(date +"%Y-%m-%d")