diff --git a/Makefile b/Makefile index 952b7b8b38..f33b3e3f7d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ check: $(CHANGE_FILE) make -k $(RULES) 2>/dev/null | grep '^Rule Matched: ' $(CHANGE_FILE): - git --no-pager diff $(TRAVIS_BRANCH) FETCH_HEAD --no-renames --name-status > $@ + git --no-pager diff $(TRAVIS_BRANCH) origin/master --no-renames --name-status > $@ rule-source-added: echo 'Unmatched Files:'