mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
git-ignore-io: make sure .gi_list is created before access
This commit is contained in:
parent
678a0c2e71
commit
27ee8f0132
|
|
@ -85,7 +85,7 @@ show_usage() {
|
|||
check_list_exist() {
|
||||
if ! [ -f "$default_path" ]; then
|
||||
echo "-----Initial gitignore.io list----"
|
||||
update_gi_list &
|
||||
update_gi_list
|
||||
echo "-----Save to $default_path-----"
|
||||
echo
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue