File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ find_notes() {
87
87
88
88
grep_notes () {
89
89
if [ ! " $# " -gt 0 ]; then
90
- printf " Grep requires a pattern, but none was provided."
90
+ printf " Grep requires a pattern, but none was provided.\n "
91
91
return 1
92
92
fi
93
93
@@ -144,7 +144,7 @@ remove_note() {
144
144
fi
145
145
146
146
if [ ! " $# " -gt 0 ]; then
147
- printf " Remove requires a file or folder, but none was provided."
147
+ printf " Remove requires a file or folder, but none was provided.\n "
148
148
return 1
149
149
fi
150
150
@@ -205,7 +205,7 @@ cat_note() {
205
205
local note_path=$1
206
206
207
207
if [[ -z " $note_path " ]]; then
208
- printf " Cat requires a name, but none was provided."
208
+ printf " Cat requires a name, but none was provided.\n "
209
209
exit 1
210
210
fi
211
211
You can’t perform that action at this time.
0 commit comments