From 0354cb1da2cd06fd786aeef85d96edc30d3255ca Mon Sep 17 00:00:00 2001 From: "Xingyu.Wang" Date: Tue, 23 Oct 2018 23:45:49 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'