Skip to content

Commit 27ee8f0

Browse files
committed
git-ignore-io: make sure .gi_list is created before access
1 parent 678a0c2 commit 27ee8f0

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
@@ -85,7 +85,7 @@ show_usage() {
8585
check_list_exist() {
8686
if ! [ -f "$default_path" ]; then
8787
echo "-----Initial gitignore.io list----"
88-
update_gi_list &
88+
update_gi_list
8989
echo "-----Save to $default_path-----"
9090
echo
9191
fi

0 commit comments

Comments
 (0)