Skip to content

Commit d49ffa6

Browse files
committed
Tweak makefile to correctly point to git repo root
1 parent 961ece3 commit d49ffa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ lint:
119119
nbqa isort \
120120
../ --check-only --profile black --nbqa-exclude "(proto|seldon_core/proto/|.eggs|.tox|_README\.ipynb)"
121121
# Check if licenses have changed
122-
git \
122+
git -C .. \
123123
--no-pager diff \
124124
--exit-code \
125-
./licenses/license_info.no_versions.csv
125+
-- python/licenses/license_info.no_versions.csv
126126

127127
.PHONY: clean
128128
clean:

0 commit comments

Comments
 (0)