Skip to content
Snippets Groups Projects
Commit 158a6b61 authored by Jan Mussler's avatar Jan Mussler
Browse files

Remove ,

parent d04fc79a
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ func (c *Cluster) syncUnderlyingEBSVolume() error {
err = c.VolumeResizer.ModifyVolume(volume.VolumeID, modifyType, modifySize, modifyIops, modifyThroughput)
if err != nil {
errors = append(errors, fmt.Sprintf("modify failed, showing current EBS values: volume-id=%s size=%d iops=%d throughput=%d", volume.VolumeID, volume.Size, volume.Iops, volume.Throughput))
errors = append(errors, fmt.Sprintf("modify failed, showing current EBS values: volume-id=%s size=%d iops=%d throughput=%d", volume.VolumeID, volume.Size, volume.Iops, volume.Throughput))
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment