Skip to content

Commit e0ecabe

Browse files
committed
double quote
1 parent 48ff5a1 commit e0ecabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/free-disk-space.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ getAvailableSpace() {
2222
# make Kb human readable (assume the input is Kb)
2323
# REF: https://unix.stackexchange.com/a/44087/60849
2424
formatByteCount() {
25-
numfmt --to=iec-i --suffix=B --padding=7 $1'000'
25+
numfmt --to=iec-i --suffix=B --padding=7 "$1"'000'
2626
}
2727

2828
# macro to output saved space

0 commit comments

Comments
 (0)