From fca42774f8ad8a847911c08bb59d13ed9432e3f6 Mon Sep 17 00:00:00 2001 From: equt Date: Tue, 3 Nov 2020 12:04:55 +0800 Subject: [PATCH] [ feat ] Quote the default_path var --- bin/git-ignore-io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {