Skip to content

Commit

Permalink
fix array return (#5822)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Apr 4, 2020
1 parent 42e87c8 commit 00ec8fd
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 00ec8fd

Please sign in to comment.