Skip to content

Commit 88d6b00

Browse files
committed
fix: typo in util_free_space.sh
Signed-off-by: Nick Mitchell <[email protected]>
1 parent bbb3d48 commit 88d6b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/util_free_space.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ du -hsc /usr/local/*
2525
echo "::endgroup::"
2626
# ~1GB
2727
sudo rm -rf \
28-
/usr/local/aws-sam-cil \
28+
/usr/local/aws-sam-cli \
2929
/usr/local/julia* || :
3030
echo "::group::/usr/local/bin/*"
3131
du -hsc /usr/local/bin/*

0 commit comments

Comments
 (0)