diff options
author | Jhon Honce <jhonce@redhat.com> | 2022-04-27 16:20:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 16:20:47 -0700 |
commit | 5b8db20a71ec6a1df407a31fff757eb99346f4ef (patch) | |
tree | 4e0f588f458f4ec593c9cd2588d3fe1c3a3fd26b | |
parent | 7321f5e4620b798b39d6dad2406347fc099f2e37 (diff) | |
parent | 3b8fa515f80021bd17a78ca95b0231f5888c1607 (diff) | |
download | podman-5b8db20a71ec6a1df407a31fff757eb99346f4ef.tar.gz podman-5b8db20a71ec6a1df407a31fff757eb99346f4ef.tar.bz2 podman-5b8db20a71ec6a1df407a31fff757eb99346f4ef.zip |
Merge pull request #14041 from edsantiago/emergency_ci_fix
[CI:DOCS] Emergency fix for new CI linter
-rw-r--r-- | pkg/machine/qemu/machine.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/qemu/machine.go b/pkg/machine/qemu/machine.go index 091c9f8d1..ccfad90f7 100644 --- a/pkg/machine/qemu/machine.go +++ b/pkg/machine/qemu/machine.go @@ -1466,7 +1466,7 @@ func (v *MachineVM) getIgnitionFile() string { 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 { // Resize the disk image to input disk size // only if the virtualdisk size is less than |