fix indent

This commit is contained in:
Jakub Warmuz 2015-09-05 18:28:27 +00:00
parent eace5d1161
commit 0978441392
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -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)