ned: bug fix (it's a silly one :P)

This commit is contained in:
PowerUser64 2022-03-05 02:00:41 -08:00
parent 590916fdfc
commit 238269f163

View file

@ -64,7 +64,7 @@ new() {
if [ -z "$NOTE_PATH" ]; then
echo "No directories found for '$2'."
echo "All possible directories:"
(cd "$NOTES_DIR" && fd -d 1 -t d "$NOTES_DIR")
(cd "$NOTES_DIR" && fd -d 1 -t d)
exit
# if there was more than one result