Skip to content

Commit f5b454e

Browse files
committed
Fix error output on ignore_file command.
1 parent ef9f069 commit f5b454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/gg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ ignore_file() {
204204
success_bold " $file "
205205
success "to .gitignore.\n"
206206
else
207-
whoops "[✖] Could not add to $file to .gitignore.\n"
207+
whoops "[✖] Could not add $file to .gitignore.\n"
208208
whoops_subtext " $file does not exist.\n"
209209
fi
210210
done

0 commit comments

Comments
 (0)