From 20f5c2543c33398db820bd42878c9c0c1e2c3b67 Mon Sep 17 00:00:00 2001 From: Dmytro Sokil Date: Sat, 12 Dec 2020 21:18:32 +0200 Subject: [PATCH] fix master branch name --- bin/update_iso_codes_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update_iso_codes_db.sh b/bin/update_iso_codes_db.sh index 5cdf100d..8c6bff82 100755 --- a/bin/update_iso_codes_db.sh +++ b/bin/update_iso_codes_db.sh @@ -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