Merge pull request #2429 from MinnSoe/fix-old-bootstrap-ref

Fix broken reference in venv script to old bootstrap directory
This commit is contained in:
Peter Eckersley 2016-02-11 01:35:57 -08:00
commit 27b0cb0c4d

View file

@ -4,5 +4,5 @@
export VENV_NAME="${VENV_NAME:-venv3}"
export VENV_ARGS="--python python3"
./bootstrap/dev/_venv_common.sh \
./tools/_venv_common.sh \
-e acme[testing] \