Merge pull request #743 from evandroforks/fix_make_fix

Fix make fix not working on a clean install
This commit is contained in:
Damien Elmes 2020-08-22 11:45:40 +10:00 committed by GitHub
commit 6deca4854f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ check: pyenv buildhash prepare
@echo "All checks passed!"
.PHONY: fix
fix:
fix: develop
@set -eu -o pipefail ${SHELLFLAGS}; \
. "${ACTIVATE_SCRIPT}"; \
for dir in $(CHECKABLE_RS) $(CHECKABLE_PY); do \