We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0d8f9 commit 4c2024cCopy full SHA for 4c2024c
1 file changed
internal/commands/storage/list.go
@@ -110,7 +110,7 @@ func (s *listCommand) ExecuteWithoutArguments(exec commands.Executor) (output.Ou
110
}
111
112
return output.MarshaledWithHumanOutput{
113
- Value: filtered,
+ Value: upcloud.Storages{Storages: filtered},
114
Output: output.Table{
115
Columns: []output.TableColumn{
116
{Key: "uuid", Header: "UUID", Colour: ui.DefaultUUUIDColours},
0 commit comments