Skip to content

Commit 71cd99a

Browse files
committed
output raw diff
1 parent dc6f5a7 commit 71cd99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)