1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Fix broken reference to script in old bootstrap directory

This commit is contained in:
Minn Soe
2016-02-11 00:38:24 +00:00
parent b6e14f1b59
commit 24fa435f46
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
export VENV_ARGS="--python python2"
./bootstrap/dev/_venv_common.sh \
./tools/_venv_common.sh \
-e acme[testing] \
-e .[dev,docs,testing] \
-e letsencrypt-apache \

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] \