Skip to content

Commit 8ccac43

Browse files
committed
Fix script typo
1 parent 302d7de commit 8ccac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-swift-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ "${SWIFT_FORMAT_RC}" -ne 0 ]; then
3737
3838
To fix, run the following command:
3939
40-
% swift-format format --parallel --recursive --in-place Examples IntegrationTests Plugins Sources Tests
40+
% swift-format format --parallel --recursive --in-place Examples IntegrationTest Plugins Sources Tests
4141
"
4242
exit "${SWIFT_FORMAT_RC}"
4343
fi

0 commit comments

Comments
 (0)