mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
louder plz
This commit is contained in:
parent
ba2d8c2369
commit
11a531d91a
1 changed files with 2 additions and 2 deletions
|
|
@ -39,6 +39,6 @@ set -x
|
|||
|
||||
# install the requested packages using the pinned requirements as constraints
|
||||
if [ -n "$requirements" ]; then
|
||||
pip install -q --constraint "$all_constraints" --requirement "$requirements"
|
||||
pip install --constraint "$all_constraints" --requirement "$requirements"
|
||||
fi
|
||||
pip install -q --constraint "$all_constraints" "$@"
|
||||
pip install --constraint "$all_constraints" "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue