From bd7d1735025192c734eab0cd056bca88b11e2328 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 25 Jan 2023 17:41:32 +0200 Subject: [PATCH] there is nothing to "or" there --- .../1.0.0/templates/lib/container/env/_checkDuplicates.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl b/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl index ba1fef5edf..3af7985e76 100644 --- a/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl +++ b/library/common/1.0.0/templates/lib/container/env/_checkDuplicates.tpl @@ -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 -}}