chore: Typo (#3646)

This commit is contained in:
Łukasz 2022-02-20 15:17:06 +01:00 committed by GitHub
parent 4bd855274a
commit c5f0e87ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ CRATES=$(./scripts/cargo/list-crates.sh | \
jq -r 'select(.features.concurrent != null) | .name')
if [[ "swc" == "$1" ]]; then
echo "Skipping swc itslef"
echo "Skipping swc itself"
exit 0
fi