diff --git a/modules/openapi-generator/src/main/resources/powershell-experimental/configuration.mustache b/modules/openapi-generator/src/main/resources/powershell-experimental/configuration.mustache index d59d811f7b94..684a801a8243 100644 --- a/modules/openapi-generator/src/main/resources/powershell-experimental/configuration.mustache +++ b/modules/openapi-generator/src/main/resources/powershell-experimental/configuration.mustache @@ -285,7 +285,7 @@ Get the host setting in the form of array of hashtables. System.Collections.Hashtable[] #> function Get-{{apiNamePrefix}}HostSetting { - return @( + return ,@( {{#servers}} @{ "Url" = "{{{url}}}";