Skip to content

Commit 173e2fe

Browse files
authored
GH-48079: [CI] Fix a typo in util_free_space.sh (#48088)
### Rationale for this change Fixes a typo in util_free_space.sh. See #48079 ### What changes are included in this PR? Simple typo fix. ### Are these changes tested? This is a CI script. ### Are there any user-facing changes? No * GitHub Issue: #48079 Authored-by: Nick Mitchell <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 4576192 commit 173e2fe

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)