Skip to content

Commit 2f3b685

Browse files
liyuqianRBogie
authored andcommitted
Add docs for helpful commands to fix format (flutter#8171)
1 parent b84db65 commit 2f3b685

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)