From 5816a7d782002a311a5f05c951e5765118d097fd Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Fri, 21 Aug 2020 22:14:38 -0300 Subject: [PATCH] Fix make fix not working on a clean install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb8863f6f..d99e115ac 100644 --- a/Makefile +++ b/Makefile @@ -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 \