Skip to content

Commit

Permalink
Merge pull request #14041 from edsantiago/emergency_ci_fix
Browse files Browse the repository at this point in the history
[CI:DOCS] Emergency fix for new CI linter
  • Loading branch information
jwhonce authored Apr 27, 2022
2 parents 7321f5e + 3b8fa51 commit 5b8db20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/qemu/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b8db20

Please sign in to comment.