From 0978441392fb52472b092c2eb342436cb6c7d611 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 5 Sep 2015 18:28:27 +0000 Subject: [PATCH] fix indent --- bootstrap/_rpm_common.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap/_rpm_common.sh b/bootstrap/_rpm_common.sh index 82f4bb8f1..3fd0f59f9 100755 --- a/bootstrap/_rpm_common.sh +++ b/bootstrap/_rpm_common.sh @@ -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)