Skip to content

Commit a5b665b

Browse files
committed
remove makefile diff
1 parent 652733f commit a5b665b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ verify: tidy download ## Verify code. Includes dependencies, linting, formatting
111111
hack/github/dependabot.sh
112112
$(foreach dir,$(MOD_DIRS),cd $(dir) && golangci-lint run $(newline))
113113
@git diff --quiet ||\
114-
{ echo "New file modification detected in the Git working tree. Please check in before commit."; git --no-pager diff --name-only | uniq | awk '{print " - " $$0}'; git diff ; \
114+
{ echo "New file modification detected in the Git working tree. Please check in before commit."; git --no-pager diff --name-only | uniq | awk '{print " - " $$0}'; \
115115
if [ "${CI}" = true ]; then\
116116
exit 1;\
117117
fi;}

0 commit comments

Comments
 (0)