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.
2 parents 81e5ca9 + 5b684c6 commit 8258afbCopy full SHA for 8258afb
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 locally"
+ echo "We have files that differ after running pre-commit, please run make precommit-with-licenses locally"
27
echo "Full diff: "
28
git diff --cached --diff-filter=AM
29
echo "The following files differ: "
0 commit comments