Skip to content

Commit

Permalink
double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Jan 29, 2025
1 parent 48ff5a1 commit e0ecabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/scripts/free-disk-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ getAvailableSpace() {
# make Kb human readable (assume the input is Kb)
# REF: https://unix.stackexchange.com/a/44087/60849
formatByteCount() {
numfmt --to=iec-i --suffix=B --padding=7 $1'000'
numfmt --to=iec-i --suffix=B --padding=7 "$1"'000'
}

# macro to output saved space
Expand Down

0 comments on commit e0ecabe

Please sign in to comment.