[go: up one dir, main page]

Skip to content

Commit

Permalink
Add support for attached volumes in instance_show.go
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Oct 9, 2024
1 parent 7a5efeb commit 4af5f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/instance/instance_show.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If you wish to use a custom format, the available fields are:
}

// Join the volume IDs into a single string with spaces separating them
ow.AppendDataWithLabel("attached_volumes", strings.Join(volumeIDs, ", "), "Attached Volumes")
ow.AppendDataWithLabel("attached_volumes", strings.Join(volumeIDs, ", "), "Attached Volume IDs")
}

if common.OutputFormat == "json" || common.OutputFormat == "custom" {
Expand Down

0 comments on commit 4af5f33

Please sign in to comment.