diff --git a/notes.sh b/notes.sh index 27afbe0..01d722c 100755 --- a/notes.sh +++ b/notes.sh @@ -66,7 +66,7 @@ function main() { # LIST: List all notes in directory list|l) - echo "ACTIVE NOTES: " + echo "ACTIVE NOTES ($notes_dir): " notesSync if ! [ "$2" = "" ]; then files=( "$notes_dir/$2"/*.md )