Skip to content

Commit 54d2c6b

Browse files
committed
wip
1 parent c3033e7 commit 54d2c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/catalog_next/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func outputServers(catalogRef, catalogTitle string, servers []Server, format wor
108108
printServersHuman(catalogRef, catalogTitle, servers)
109109
return nil
110110
case workingset.OutputFormatJSON:
111-
output := map[string]interface{}{
111+
output := map[string]any{
112112
"catalog": catalogRef,
113113
"title": catalogTitle,
114114
"servers": servers,

0 commit comments

Comments
 (0)