diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index cc54ed24..4ed837b3 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -533,9 +533,6 @@ def update_servergitmirrors(servergitmirrors, repo_section): git_mirror_path=str(git_mirror_path), ssh_cmd=ssh_cmd, progress=progress) - - # Switch to the initial branch - repo.git.switch(GIT_BRANCH) if progress: progressbar.done()