From 4dc20bf0bda0ff8d1e0443c7cc2702a1010a95fd Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Mon, 22 Sep 2014 16:15:30 -0300 Subject: [PATCH] Change REPO_URL for https --- fabfile.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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