mirror of
https://github.com/friendica/docker
synced 2025-01-01 10:35:21 +01:00
HOTFIX: check_branch
This commit is contained in:
parent
59fd1c5792
commit
2497a9f947
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue