Skip to content

Commit

Permalink
Enable Vol Resize
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Jan 21, 2025
1 parent 1ab807f commit 28d120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/volume/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func init() {
VolumeCmd.AddCommand(volumeCreateCmd)
VolumeCmd.AddCommand(volumeListCmd)
VolumeCmd.AddCommand(volumeRemoveCmd)
// volumeCmd.AddCommand(volumeResizeCmd)
VolumeCmd.AddCommand(volumeResizeCmd)
VolumeCmd.AddCommand(volumeAttachCmd)
VolumeCmd.AddCommand(volumeDetachCmd)

Expand Down

0 comments on commit 28d120e

Please sign in to comment.