Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/evergreen/check_precommit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ "${initial_index_state}" != "${final_index_state}" ]; then
echo "Final index state:"
echo "${final_index_state}"

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 the make target precommit-with-licenses locally"
echo "Full diff: "
git diff --cached --diff-filter=AM
echo "The following files differ: "
Expand Down