Skip to content

Commit

Permalink
todo name
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
  • Loading branch information
pierre-emmanuelJ committed Apr 2, 2024
1 parent 8040924 commit 505c586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blockstorage_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (c *blockStorageListCmd) cmdRun(_ *cobra.Command, _ []string) error {

resp, err := c.ListBlockStorageVolumes(ctx)
if err != nil {
// TODO: remove it once Block Storage is deployed in every zone.
// TODO(pej): remove it once Block Storage is deployed in every zone.
if strings.Contains(err.Error(), "Availability of the block storage volumes") {
continue
}
Expand Down

0 comments on commit 505c586

Please sign in to comment.