Rename var.
This commit is contained in:
parent
163fc931c2
commit
e79a6c4ec9
|
|
@ -177,7 +177,7 @@ func (r *EBSVolumeResizer) ModifyVolume(volumeID string, newType string, newSize
|
||||||
}
|
}
|
||||||
|
|
||||||
// DisconnectFromProvider closes connection to the EC2 instance
|
// DisconnectFromProvider closes connection to the EC2 instance
|
||||||
func (c *EBSVolumeResizer) DisconnectFromProvider() error {
|
func (r *EBSVolumeResizer) DisconnectFromProvider() error {
|
||||||
c.connection = nil
|
r.connection = nil
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue