From 2497a9f947ca1c3c42cf0fd642a248174f7bd95e Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Wed, 2 Oct 2019 01:06:00 +0200 Subject: [PATCH] HOTFIX: check_branch --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 4ddcbaa..9c7ea16 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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