Skip to content

Commit fca4277

Browse files
author
equt
committed
[ feat ] Quote the default_path var
1 parent ef13ed0 commit fca4277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-ignore-io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ -n "$XDG_CACHE_HOME" ]]; then
88
fi
99

1010
update_gi_list() {
11-
curl -L -s "${gitignore_io_url}/list" > $default_path
11+
curl -L -s "${gitignore_io_url}/list" > "$default_path"
1212
}
1313

1414
print_in_alphabetical_order() {

0 commit comments

Comments
 (0)