Skip to content

Commit 45a60ca

Browse files
Address review comment
1 parent 596d5b4 commit 45a60ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/evergreen/check_precommit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${initial_index_state}" != "${final_index_state}" ]; then
2323
echo "Final index state:"
2424
echo "${final_index_state}"
2525

26-
echo "We have files that differ after running pre-commit, please run the pre-commit and precommit-with-licenses locally"
26+
echo "We have files that differ after running pre-commit, please run the make target precommit-with-licenses locally"
2727
echo "Full diff: "
2828
git diff --cached --diff-filter=AM
2929
echo "The following files differ: "

0 commit comments

Comments
 (0)