mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
fix indent
This commit is contained in:
parent
eace5d1161
commit
0978441392
1 changed files with 4 additions and 4 deletions
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
if type yum 2>/dev/null
|
||||
then
|
||||
tool=yum
|
||||
tool=yum
|
||||
elif type dnf 2>/dev/null
|
||||
then
|
||||
tool=dnf
|
||||
tool=dnf
|
||||
else
|
||||
echo "Neither yum nor dnf found. Aborting bootstrap!"
|
||||
exit 1
|
||||
echo "Neither yum nor dnf found. Aborting bootstrap!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# "git-core" seems to be an alias for "git" in CentOS 7 (yum search fails)
|
||||
|
|
|
|||
Loading…
Reference in a new issue