Fixed a type-o as identfied by @rallytime

The correct variable name is ${_NO_DEPS} and not ${NO_DEPS}..
This commit is contained in:
Ali Rizvi-Santiago 2017-11-17 12:22:41 -06:00 committed by GitHub
parent 8452c5f0ba
commit f7641a7a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6576,7 +6576,7 @@ if [ "$_CUSTOM_MASTER_CONFIG" != "null" ] || [ "$_CUSTOM_MINION_CONFIG" != "null
_TEMP_CONFIG_DIR="$_SALT_ETC_DIR"
fi
if [ ${NO_DEPS} -eq $BS_FALSE -a "$_CONFIG_ONLY" -eq $BS_TRUE ]; then
if [ ${_NO_DEPS} -eq $BS_FALSE -a "$_CONFIG_ONLY" -eq $BS_TRUE ]; then
# Execute function to satisfy dependencies for configuration step
echoinfo "Running ${DEPS_INSTALL_FUNC}()"
$DEPS_INSTALL_FUNC