We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596d5b4 commit 45a60caCopy full SHA for 45a60ca
scripts/evergreen/check_precommit.sh
@@ -23,7 +23,7 @@ if [ "${initial_index_state}" != "${final_index_state}" ]; then
23
echo "Final index state:"
24
echo "${final_index_state}"
25
26
- echo "We have files that differ after running pre-commit, please run the pre-commit and precommit-with-licenses locally"
+ echo "We have files that differ after running pre-commit, please run the make target precommit-with-licenses locally"
27
echo "Full diff: "
28
git diff --cached --diff-filter=AM
29
echo "The following files differ: "
0 commit comments