summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2015-01-29 17:32:14 +0100
committerChristoph Kluenter <ckluente@thoughtworks.com>2015-01-29 17:32:46 +0100
commit494960adc6ed4444e1b7d2ce027567ceefb2f972 (patch)
tree978fed27e3bc5023999da08f6eb840c5aa023c4f /provisioning/modules/pixelated/files
parentc5c90a28b2b545cd3a9796c5569c7ed8b635fc61 (diff)
source correct virtualenv
this was a cut'n'paste error
Diffstat (limited to 'provisioning/modules/pixelated/files')
-rwxr-xr-xprovisioning/modules/pixelated/files/activate_custom_node_modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
index 2fb000c5..5b4ced5f 100755
--- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
+++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
@@ -26,7 +26,7 @@ if [ ! -e $VAGRANT_NODE_MODULES ] ; then
fi
-source ${virtualenv_path}/bin/activate
+source /home/vagrant/user-agent-venv/bin/activate
cd /vagrant/service
echo "running python setup.py develop"