Skip to content

Commit

Permalink
Fix make fix not working on a clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Aug 22, 2020
1 parent b6aa2b8 commit 1cf836b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit 1cf836b

Please sign in to comment.