there is nothing to "or" there

This commit is contained in:
Stavros kois
2023-01-25 17:41:32 +02:00
parent daf3f1ade5
commit bd7d173502
@@ -33,7 +33,7 @@
{{- end -}}
{{/* Lists are passed as stringified arrays, convert them to a real list */}}
{{- if or (eq $source "fixedEnv") -}}
{{- if eq $source "fixedEnv" -}}
{{- $data = $data | fromJsonArray -}}
{{- end -}}