Browse Source

Merge pull request #8539 from roidelapluie/rename-to-main-df-branch

Fix default branch detection
pull/8542/head
Julien Pivotto 4 years ago committed by GitHub
parent
commit
7bf76af6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/sync_repo_files.sh

2
scripts/sync_repo_files.sh

@ -71,7 +71,7 @@ process_repo() {
echo -e "\e[32mAnalyzing '${org_repo}'\e[0m"
default_branch="$(get_default_branch ${1})"
if [[ -z "${target_file}" ]]; then
if [[ -z "${default_branch}" ]]; then
echo "Can't get the default branch."
return
fi

Loading…
Cancel
Save