diff --git a/layouts/partials/func/IsProduction.html b/layouts/partials/func/IsProduction.html index 6360972..2017928 100644 --- a/layouts/partials/func/IsProduction.html +++ b/layouts/partials/func/IsProduction.html @@ -9,7 +9,7 @@ {{ $env := partial "func/GetEnvironmentName.html" . }} {{ if eq $env "production" }} - {{ $isProduction := true }} + {{ $isProduction = true }} {{ end }} {{ return $isProduction }}