Skip to content

Commit

Permalink
Temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardZhangRZ committed Oct 17, 2023
1 parent 1c17276 commit 4815828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/formatting/pre-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ! git diff-index --quiet HEAD -- ':!./script/formatting/spelling.txt'; then
echo "Code was reformatted or you have unstaged changes."
echo "Please verify and stage the changes."
echo "List of files updated."
git --no-pager diff --name-only
git --no-pager diff
exit 1
fi

0 comments on commit 4815828

Please sign in to comment.