Commit 4dc20bf0bda0ff8d1e0443c7cc2702a1010a95fd

Authored by Charles Oliveira
1 parent c228a91b

Change REPO_URL for https

Conflicts:
	fabfile.py
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
fabfile.py
... ... @@ -164,7 +164,6 @@ def update_code():
164 164 run('git checkout {}'.format(REPO_BRANCH))
165 165 run('git pull')
166 166  
167   -
168 167 @task
169 168 def bootstrap():
170 169 """Bootstrap machine to run fabric tasks"""
... ...