Skip to content

Commit e87737a

Browse files
authored
Revert "Add docs for helpful commands to fix format (flutter#8171)"
This reverts commit 2f3b685.
1 parent 81c1e4c commit e87737a

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, run \`./ci/format.sh | patch -p0\` from the flutter/engine/src/flutter directory."
60+
echo "ERROR: Some files are formatted incorrectly. To fix, apply diffs above via patch -p0."
6161
exit 1
6262
fi
6363

0 commit comments

Comments
 (0)