Skip to content

Commit

Permalink
fix master branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Dec 12, 2020
1 parent dbb8428 commit 20f5c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_iso_codes_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo -e "\033[0;32mUpdate pkg-isocodes repository\033[0m"

if [[ -d $PKG_ISOCODES_DIR ]]; then
cd $PKG_ISOCODES_DIR
git pull origin master
git pull origin main
cd - > /dev/null
else
mkdir -p $PKG_ISOCODES_DIR
Expand Down

0 comments on commit 20f5c25

Please sign in to comment.