Skip to content

Commit 009fffb

Browse files
wing328michaelpro1
authored andcommitted
fix array return (OpenAPITools#5822)
1 parent 3515ebe commit 009fffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/powershell-experimental/configuration.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Get the host setting in the form of array of hashtables.
285285
System.Collections.Hashtable[]
286286
#>
287287
function Get-{{apiNamePrefix}}HostSetting {
288-
return @(
288+
return ,@(
289289
{{#servers}}
290290
@{
291291
"Url" = "{{{url}}}";

0 commit comments

Comments
 (0)