Commit f0ad30e5 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: Change boolean variable behaviour

parent 62b4cd59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ stages:
    fi
  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update gitleaks "1.2.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gitleaks "1.2.0"; fi
  unscope_variables

  # ENDSCRIPT