ned: bug fix (it's a silly one :P)
This commit is contained in:
parent
590916fdfc
commit
238269f163
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ new() {
|
||||||
if [ -z "$NOTE_PATH" ]; then
|
if [ -z "$NOTE_PATH" ]; then
|
||||||
echo "No directories found for '$2'."
|
echo "No directories found for '$2'."
|
||||||
echo "All possible directories:"
|
echo "All possible directories:"
|
||||||
(cd "$NOTES_DIR" && fd -d 1 -t d "$NOTES_DIR")
|
(cd "$NOTES_DIR" && fd -d 1 -t d)
|
||||||
exit
|
exit
|
||||||
|
|
||||||
# if there was more than one result
|
# if there was more than one result
|
||||||
|
|
Loading…
Add table
Reference in a new issue