Commit 38dc492b authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Appease shfmt again

parent 141746c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

set -e

if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" = '3' ]]; then
if [[ "$AUTO_DEVOPS_HELM_MAJOR_VERSION" == '3' ]]; then
  auto-deploy-helm3 "${@}"
else
  auto-deploy-helm2 "${@}"