Skip to content

Commit

Permalink
Merge pull request #3634 from Prajyot-Parab/update
Browse files Browse the repository at this point in the history
Fix apidiff target
  • Loading branch information
k8s-ci-robot committed Aug 9, 2022
2 parents 60bd95d + 616563b commit eba89c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ apidiff: $(GO_APIDIFF) ## Check for API differences
@$(call checkdiff) > /dev/null
@if ($(call checkdiff) | grep "api/"); then \
$(GO_APIDIFF) $(APIDIFF_OLD_COMMIT) --print-compatible; \
else
@echo "No changes to 'api/'. Nothing to do."
else \
echo "No changes to 'api/'. Nothing to do."; \
fi

define checkdiff
Expand Down

0 comments on commit eba89c2

Please sign in to comment.