fixed trailing slash in directory path for quick note script
This commit is contained in:
parent
0c983e55a4
commit
b8e796e488
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue