Standardize code styling
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# include/run_bootstrap: Install application dependencies
|
||||
# run_bootstrap: Install application dependencies
|
||||
|
||||
# Load bootstrap functions
|
||||
source ./script/include/bootstrap_functions.inc.sh
|
||||
@@ -10,7 +10,6 @@ if [ -z "${PIPENV_INSTALL_FLAGS+is_set}" ]; then
|
||||
fi
|
||||
|
||||
## Main
|
||||
|
||||
if [ "${INSTALL_PYTHON_PACKAGES}" = "true" ]; then
|
||||
install_python_packages "${PIPENV_INSTALL_FLAGS}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user