From d70481e425699d8014185c21e29b46b5cd0b30be Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Mon, 9 Jul 2018 12:56:32 -0400 Subject: [PATCH] Fix variable name --- script/include/run_bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/include/run_bootstrap b/script/include/run_bootstrap index 2ac48ca9..a3d11798 100755 --- a/script/include/run_bootstrap +++ b/script/include/run_bootstrap @@ -6,7 +6,7 @@ source ./script/include/bootstrap_functions.inc.sh ## Set option defaults # If PIPENV_INSTALL_FLAGS is not set, give it the default value of "--dev" if [ -z "${PIPENV_INSTALL_FLAGS+is_set}" ]; then - CREATE_VENV="--dev" + PIPENV_INSTALL_FLAGS="--dev" fi ## Main