diff --git a/fabfile.py b/fabfile.py index 8ad80d6..e4f4ccd 100644 --- a/fabfile.py +++ b/fabfile.py @@ -164,7 +164,6 @@ def update_code(): run('git checkout {}'.format(REPO_BRANCH)) run('git pull') - @task def bootstrap(): """Bootstrap machine to run fabric tasks""" -- libgit2 0.21.2