Skip to content

Commit f87f3ac

Browse files
committed
Fix copy paste fail for the virtualenv to check python packages
1 parent 6575f20 commit f87f3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ check-python-packages:
228228
@echo ""
229229
@echo "================== CHECK PYTHON PACKAGES ===================="
230230
@echo ""
231-
test -f $(VIRTUALENV_COMPONENTS_DIR)/bin/activate || virtualenv --python=$(PYTHON_VERSION) $(VIRTUALENV_ST2CLIENT_DIR) --no-download --system-site-packages
231+
test -f $(VIRTUALENV_COMPONENTS_DIR)/bin/activate || virtualenv --python=$(PYTHON_VERSION) $(VIRTUALENV_COMPONENTS_DIR) --no-download --system-site-packages
232232
@for component in $(COMPONENTS_WITHOUT_ST2TESTS); do \
233233
echo "==========================================================="; \
234234
echo "Checking component:" $$component; \

0 commit comments

Comments
 (0)