Skip to content

Commit 0ba5410

Browse files
author
rmNULL
authored
Update notes
1 parent 4096451 commit 0ba5410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ escaped_notes_dir="$(printf "$notes_dir" | sed -e 's/[]\/$*.^|[]/\\&/g')"
1616
# if [ ! -d "$notes_dir" ]; then
1717
# mkdir man page says "create the Dir(s) if they donot already exist"
1818
if ! $(mkdir -p "$notes_dir"); then
19-
echo "set \$NOTES_DIRECTORY to a different location" >&2
19+
echo "please, set \$NOTES_DIRECTORY to a different location" >&2
2020
exit 1
2121
fi
2222
# fi

0 commit comments

Comments
 (0)