Skip to content

Commit 24838ae

Browse files
committed
fmt
1 parent 3f8b1e0 commit 24838ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ cleanPackages() {
113113

114114
echo "=> Installed packages sorted by size:"
115115
# sort always fails because `head` stops reading stdin
116-
dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr 2>/dev/null | head -200 || true
116+
dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | \
117+
sort -nr 2>/dev/null | head -200 || true
117118
}
118119

119120
# Remove Docker images

0 commit comments

Comments
 (0)