Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
Signed-off-by: larzie <[email protected]>
  • Loading branch information
larziwau authored Dec 14, 2024
1 parent 8bcc2fe commit 4c0e07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/free-disk-space.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ getAvailableSpace() {
echo $(df -a $1 | awk 'NR > 1 {avail+=$4} END {print avail}')
}

formatByteCount() {
formatByteCount() {
echo $(numfmt --to=iec-i --suffix=B --padding=7 $1'000')
}

Expand Down

0 comments on commit 4c0e07a

Please sign in to comment.