From 8e6e2ba898b091a126604545749e3827f54c7412 Mon Sep 17 00:00:00 2001 From: Max Kammler Date: Fri, 14 Feb 2020 19:15:27 +0100 Subject: [PATCH] fixes indentation --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index a5114be..c57c54b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -6217,7 +6217,7 @@ __zypper() { if [ "$?" -gt "99" ] && [ "$?" -le "104" ]; then return 0 fi - return $? + return $? } __zypper_install() {