We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096451 commit 0ba5410Copy full SHA for 0ba5410
notes
@@ -16,7 +16,7 @@ escaped_notes_dir="$(printf "$notes_dir" | sed -e 's/[]\/$*.^|[]/\\&/g')"
16
# if [ ! -d "$notes_dir" ]; then
17
# mkdir man page says "create the Dir(s) if they donot already exist"
18
if ! $(mkdir -p "$notes_dir"); then
19
- echo "set \$NOTES_DIRECTORY to a different location" >&2
+ echo "please, set \$NOTES_DIRECTORY to a different location" >&2
20
exit 1
21
fi
22
# fi
0 commit comments