Skip to content

Commit 25e0063

Browse files
committed
Fix new command file extension
1 parent 1324b1b commit 25e0063

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
@@ -103,7 +103,7 @@ new_note() {
103103
note_name=$resolved_name
104104
fi
105105
mkdir -p "$(dirname "$notes_dir/$note_name")"
106-
open_note "$note_name$file_ext"
106+
open_note "$note_name"
107107
}
108108

109109
remove_note() {

0 commit comments

Comments
 (0)