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() {
8787
8888grep_notes () {
8989 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 "
9191 return 1
9292 fi
9393
@@ -144,7 +144,7 @@ remove_note() {
144144 fi
145145
146146 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 "
148148 return 1
149149 fi
150150
@@ -205,7 +205,7 @@ cat_note() {
205205 local note_path=$1
206206
207207 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 "
209209 exit 1
210210 fi
211211
You can’t perform that action at this time.
0 commit comments