fix: typo
This commit is contained in:
parent
aa2969a82f
commit
acc0ccf88c
|
@ -34,7 +34,7 @@ func RepoSize(confSize float64) error {
|
|||
}
|
||||
}
|
||||
if sum > int(confSize*1024) {
|
||||
return fmt.Errorf("Repository larger than %.1f Mib. Please clean up or contact the teaching team.", confSize)
|
||||
return fmt.Errorf("Repository larger than %.1f MiB. Please clean up or contact the teaching team.", confSize)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user