HOTFIX: check_branch

This commit is contained in:
Philipp Holzer 2019-10-02 01:06:00 +02:00
parent 59fd1c5792
commit 2497a9f947
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ clone_develop() {
fi
# Check if the branches exist before wiping the
if check_branch "$friendica_repo" "$friendica_git" && check_brach "$friendica_addons_repo" "$addons_git" ; then
if check_branch "$friendica_repo" "$friendica_git" && check_branch "$friendica_addons_repo" "$addons_git" ; then
echo "Downloading Friendica from GitHub '${friendica_repo}/${friendica_git}' ..."
# Removing the whole directory first