Skip to content

Commit

Permalink
fix array return (OpenAPITools#5822)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored and michaelpro1 committed May 7, 2020
1 parent 3515ebe commit 009fffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}";
Expand Down

0 comments on commit 009fffb

Please sign in to comment.