mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
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:
commit
27b0cb0c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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] \
|
||||
|
|
|
|||
Loading…
Reference in a new issue