Skip to content

Commit a162d6b

Browse files
committed
Allow ST2_VIRTUALENV_DIR var to be overwritten via command line.
1 parent bc862d0 commit a162d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
22
SHELL := /bin/bash
33
TOX_DIR := .tox
44
VIRTUALENV_DIR ?= virtualenv
5-
ST2_VIRTUALENV_DIR = st2/virtualenv
5+
ST2_VIRTUALENV_DIR ?= st2/virtualenv
66

77
# Sphinx docs options
88
SPHINXBUILD := sphinx-build

0 commit comments

Comments
 (0)