satisfy OCD by removing space

This commit is contained in:
Brad Warren
2016-08-17 17:00:51 -07:00
parent 44113a5d06
commit 5c16b43221
2 changed files with 2 additions and 2 deletions
@@ -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..."