mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 09:56:19 -04:00
[ feat ] Quote the default_path var
This commit is contained in:
parent
ef13ed06a3
commit
fca42774f8
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue