Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmNULL authored Mar 17, 2018
1 parent 4096451 commit 0ba5410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ escaped_notes_dir="$(printf "$notes_dir" | sed -e 's/[]\/$*.^|[]/\\&/g')"
# if [ ! -d "$notes_dir" ]; then
# mkdir man page says "create the Dir(s) if they donot already exist"
if ! $(mkdir -p "$notes_dir"); then
echo "set \$NOTES_DIRECTORY to a different location" >&2
echo "please, set \$NOTES_DIRECTORY to a different location" >&2
exit 1
fi
# fi
Expand Down

0 comments on commit 0ba5410

Please sign in to comment.