From 318bc349f12a6feae42dd1723adfc4dc4f715fca Mon Sep 17 00:00:00 2001 From: Bach Dániel <bd@ik.bme.hu> Date: Wed, 30 Jul 2014 17:10:42 +0200 Subject: [PATCH] fab: fix storage venv name --- circle/fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle/fabfile.py b/circle/fabfile.py index 49479ae..b41813a 100755 --- a/circle/fabfile.py +++ b/circle/fabfile.py @@ -132,7 +132,7 @@ def update_storage(): "Update and restart storagedriver" with _stopped("storage"): pull("~/storagedriver") - pip("storage", "~/storagedriver/requirements/production.txt") + pip("storagedriver", "~/storagedriver/requirements/production.txt") @parallel -- libgit2 0.26.0