Skip to content

Commit a3cb5fe

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

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
@@ -33,7 +33,7 @@ import (
3333
"github.com/arduino/arduino-flasher-cli/i18n"
3434
)
3535

36-
const GB = uint64(1024 * 1024 * 1024)
36+
const GiB = uint64(1024 * 1024 * 1024)
3737
const NeededDiskSpace = uint64(15)
3838

3939
type Manifest struct {

0 commit comments

Comments
 (0)