Skip to content

Commit

Permalink
Fix script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jun 19, 2023
1 parent 302d7de commit 8ccac43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-swift-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "${SWIFT_FORMAT_RC}" -ne 0 ]; then
To fix, run the following command:
% swift-format format --parallel --recursive --in-place Examples IntegrationTests Plugins Sources Tests
% swift-format format --parallel --recursive --in-place Examples IntegrationTest Plugins Sources Tests
"
exit "${SWIFT_FORMAT_RC}"
fi
Expand Down

0 comments on commit 8ccac43

Please sign in to comment.