Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d764b69

Browse files
authored
Add docs for helpful commands to fix format (#8171)
1 parent 96ad0c8 commit d764b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ done
5757

5858
if [[ $FAILED_CHECKS -ne 0 ]]; then
5959
echo ""
60-
echo "ERROR: Some files are formatted incorrectly. To fix, apply diffs above via patch -p0."
60+
echo "ERROR: Some files are formatted incorrectly. To fix, run \`./ci/format.sh | patch -p0\` from the flutter/engine/src/flutter directory."
6161
exit 1
6262
fi
6363

0 commit comments

Comments
 (0)