Skip to content

Commit 8db8561

Browse files
committed
output raw diff
1 parent dc6f5a7 commit 8db8561

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ tidy-check: tidy
463463
@diff=$$(git diff --color=always go.mod go.sum $(GO_LICENSE_FILE)); \
464464
if [ -n "$$diff" ]; then \
465465
echo "Please run 'make tidy' and commit the result:"; \
466-
echo "$${diff}"; \
466+
printf "%s" "$${diff}"; \
467467
exit 1; \
468468
fi
469469

0 commit comments

Comments
 (0)