Skip to content

Commit 36c3c6d

Browse files
authored
Merge pull request #1310 from melato/incus-simplestreams-list2
incus-simplestreams list -f json: output field names. fixes #1308
2 parents e2dfff3 + 8c8a6da commit 36c3c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/incus-simplestreams/main_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ func (c *cmdList) Run(cmd *cobra.Command, args []string) error {
6767
"CREATED",
6868
}
6969

70-
return cli.RenderTable(c.flagFormat, header, data, data)
70+
return cli.RenderTable(c.flagFormat, header, data, images)
7171
}

0 commit comments

Comments
 (0)