We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5db5a84 + c9598c4 commit c77b752Copy full SHA for c77b752
pkg/bootc/bootc_disk.go
@@ -189,7 +189,7 @@ func (p *BootcDisk) bootcInstallImageToDisk(quiet bool) (err error) {
189
if err := syscall.Ftruncate(int(p.file.Fd()), size); err != nil {
190
return err
191
}
192
- logrus.Debugf("Created %s with size %v", p.file.Name(), diskSize)
+ logrus.Debugf("Created %s with size %v", p.file.Name(), size)
193
doCleanupDisk := true
194
defer func() {
195
if doCleanupDisk {
0 commit comments