Cleanup
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Nov 2022 18:30:18 +0000 (19:30 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 15 Nov 2022 18:30:18 +0000 (19:30 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
build-image.sh

index eca15fcd34943f21d6ca5a68fa7a05df076ded3e..15b2d7249632703bf73aef4565a6cd9a23793c27 100755 (executable)
@@ -54,7 +54,7 @@ while getopts ":b:p:ch" option; do
       ;;
     p)
       repository=${OPTARG}
-       if [[ ${repository} == "all" ]]; then
+      if [[ ${repository} == "all" ]]; then
         push_all
       elif [[ -z "${repositories##*$repository*}" ]]; then
         make docker-push-registry NAME=${repository}