Skip to content

Commit

Permalink
Merge pull request #1310 from melato/incus-simplestreams-list2
Browse files Browse the repository at this point in the history
incus-simplestreams list -f json: output field names. fixes #1308
  • Loading branch information
stgraber authored Oct 17, 2024
2 parents e2dfff3 + 8c8a6da commit 36c3c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/incus-simplestreams/main_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ func (c *cmdList) Run(cmd *cobra.Command, args []string) error {
"CREATED",
}

return cli.RenderTable(c.flagFormat, header, data, data)
return cli.RenderTable(c.flagFormat, header, data, images)
}

0 comments on commit 36c3c6d

Please sign in to comment.