From 2fd01460e1192a9afd71d4795e850e16fe7a5a40 Mon Sep 17 00:00:00 2001 From: Hordur Freyr Yngvason Date: Fri, 3 Jul 2020 15:00:10 -0400 Subject: [PATCH] Indent 2 spaces instead of 4 --- src/bin/auto-deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/auto-deploy b/src/bin/auto-deploy index a012144..48e8a2f 100755 --- a/src/bin/auto-deploy +++ b/src/bin/auto-deploy @@ -3,7 +3,7 @@ set -e if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" = '3' ]]; then - auto-deploy-helm3 "${@}" + auto-deploy-helm3 "${@}" else - auto-deploy-helm2 "${@}" + auto-deploy-helm2 "${@}" fi -- GitLab