We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ff5a1 commit e0ecabeCopy full SHA for e0ecabe
src/ci/scripts/free-disk-space.sh
@@ -22,7 +22,7 @@ getAvailableSpace() {
22
# make Kb human readable (assume the input is Kb)
23
# REF: https://unix.stackexchange.com/a/44087/60849
24
formatByteCount() {
25
- numfmt --to=iec-i --suffix=B --padding=7 $1'000'
+ numfmt --to=iec-i --suffix=B --padding=7 "$1"'000'
26
}
27
28
# macro to output saved space
0 commit comments