mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +02:00
satisfy OCD by removing space
This commit is contained in:
@@ -21,7 +21,7 @@ BootstrapRpmCommon() {
|
||||
yes_flag="-y"
|
||||
fi
|
||||
|
||||
if ! $SUDO $tool list *virtualenv > /dev/null 2>&1; then
|
||||
if ! $SUDO $tool list *virtualenv >/dev/null 2>&1; then
|
||||
echo "To use Certbot, packages from the EPEL repository need to be installed."
|
||||
if [ "$ASSUME_YES" = 1 ]; then
|
||||
/bin/echo -n "Enabling the EPEL repository in 3 seconds..."
|
||||
|
||||
Reference in New Issue
Block a user