diff --git a/bin/git-ignore-io b/bin/git-ignore-io index 284801a..048ed58 100755 --- a/bin/git-ignore-io +++ b/bin/git-ignore-io @@ -8,7 +8,7 @@ if [[ -n "$XDG_CACHE_HOME" ]]; then fi update_gi_list() { - curl -L -s "${gitignore_io_url}/list" > $default_path + curl -L -s "${gitignore_io_url}/list" > "$default_path" } print_in_alphabetical_order() {