mirror of https://github.com/containers/podman.git
Emergency fix for new CI linter
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
7321f5e462
commit
3b8fa515f8
|
@ -1466,7 +1466,7 @@ func (v *MachineVM) getIgnitionFile() string {
|
||||||
return v.IgnitionFilePath.GetPath()
|
return v.IgnitionFilePath.GetPath()
|
||||||
}
|
}
|
||||||
|
|
||||||
//resizeDisk increases the size of the machine's disk in GB.
|
// resizeDisk increases the size of the machine's disk in GB.
|
||||||
func (v *MachineVM) resizeDisk(diskSize uint64, oldSize uint64) error {
|
func (v *MachineVM) resizeDisk(diskSize uint64, oldSize uint64) error {
|
||||||
// Resize the disk image to input disk size
|
// Resize the disk image to input disk size
|
||||||
// only if the virtualdisk size is less than
|
// only if the virtualdisk size is less than
|
||||||
|
|
Loading…
Reference in New Issue