We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c16021 commit 9b0d8f9Copy full SHA for 9b0d8f9
1 file changed
internal/commands/router/list.go
@@ -69,7 +69,7 @@ func (s *listCommand) ExecuteWithoutArguments(exec commands.Executor) (output.Ou
69
}
70
71
return output.MarshaledWithHumanOutput{
72
- Value: filtered,
+ Value: upcloud.Routers{Routers: filtered},
73
Output: output.Table{
74
Columns: []output.TableColumn{
75
{Header: "UUID", Key: "uuid", Colour: ui.DefaultUUUIDColours},
0 commit comments