diff options
Diffstat (limited to '.github/downstream.d/certbot.sh')
| -rwxr-xr-x | .github/downstream.d/certbot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/downstream.d/certbot.sh b/.github/downstream.d/certbot.sh index e2890a3a1..2479d0c25 100755 --- a/.github/downstream.d/certbot.sh +++ b/.github/downstream.d/certbot.sh @@ -5,8 +5,8 @@ case "${1}" in git clone --depth=1 https://github.com/certbot/certbot cd certbot git rev-parse HEAD - tools/pip_install_editable.py ./acme[dev] - tools/pip_install_editable.py ./certbot[dev] + tools/pip_install_editable.py ./acme[test] + tools/pip_install_editable.py ./certbot[test] ;; run) cd certbot |
