Fix assignment context (#453)

This commit is contained in:
Troy Lindsay 2022-01-09 09:25:53 -06:00
parent 108995800b
commit 3ec1afbfce
No known key found for this signature in database
GPG Key ID: C82B6E26104FA540

View File

@ -9,7 +9,7 @@
{{ $env := partial "func/GetEnvironmentName.html" . }} {{ $env := partial "func/GetEnvironmentName.html" . }}
{{ if eq $env "production" }} {{ if eq $env "production" }}
{{ $isProduction := true }} {{ $isProduction = true }}
{{ end }} {{ end }}
{{ return $isProduction }} {{ return $isProduction }}