Fix variable name
This commit is contained in:
parent
a31e833fa4
commit
d70481e425
@ -6,7 +6,7 @@ source ./script/include/bootstrap_functions.inc.sh
|
|||||||
## Set option defaults
|
## Set option defaults
|
||||||
# If PIPENV_INSTALL_FLAGS is not set, give it the default value of "--dev"
|
# If PIPENV_INSTALL_FLAGS is not set, give it the default value of "--dev"
|
||||||
if [ -z "${PIPENV_INSTALL_FLAGS+is_set}" ]; then
|
if [ -z "${PIPENV_INSTALL_FLAGS+is_set}" ]; then
|
||||||
CREATE_VENV="--dev"
|
PIPENV_INSTALL_FLAGS="--dev"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Main
|
## Main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user