Skip to content

Commit 760eebc

Browse files
Update updater/download_image.go
Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
1 parent a3cb5fe commit 760eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/download_image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func GetTempDir(prefix string, tempDir string) (*paths.Path, error) {
196196
return nil, err
197197
}
198198
if d.Free/GB < NeededDiskSpace {
199-
return nil, fmt.Errorf("aborting: download and extraction requires up to %d GB of free space", NeededDiskSpace)
199+
return nil, fmt.Errorf("aborting: download and extraction requires up to %d GiB of free space", NeededDiskSpace)
200200
}
201201

202202
return temp, nil

0 commit comments

Comments
 (0)