mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Make letsencrypt-auto indentation consistent (#3986)
* Make certbot-auto indentation consistent Since a majority of certbot-auto uses 2 spaces per indentation level, made indentation in letsencrypt-auto and platform-specific shell scripts a consistent 2 spaces Fixes #3902 * Fix last `if` statement body in rpm_common.sh
This commit is contained in:
@@ -294,7 +294,6 @@ BootstrapDebCommon() {
|
||||
ca-certificates \
|
||||
|
||||
|
||||
|
||||
if ! $EXISTS virtualenv > /dev/null ; then
|
||||
echo Failed to install a working \"virtualenv\" command, exiting
|
||||
exit 1
|
||||
@@ -536,7 +535,6 @@ BootstrapMageiaCommon() {
|
||||
git \
|
||||
gcc \
|
||||
python-augeas \
|
||||
openssl \
|
||||
libopenssl-devel \
|
||||
libffi-devel \
|
||||
rootcerts
|
||||
|
||||
@@ -104,7 +104,6 @@ BootstrapDebCommon() {
|
||||
ca-certificates \
|
||||
|
||||
|
||||
|
||||
if ! $EXISTS virtualenv > /dev/null ; then
|
||||
echo Failed to install a working \"virtualenv\" command, exiting
|
||||
exit 1
|
||||
|
||||
@@ -12,7 +12,6 @@ BootstrapMageiaCommon() {
|
||||
git \
|
||||
gcc \
|
||||
python-augeas \
|
||||
openssl \
|
||||
libopenssl-devel \
|
||||
libffi-devel \
|
||||
rootcerts
|
||||
|
||||
Reference in New Issue
Block a user