Ensure this debugging output is generated (oops)

pull/1283/head
Travis Swicegood 2018-12-05 21:04:55 -06:00
parent 992b87b816
commit c76263dc47
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ if [ ! -z "${2}" ] && [ -d "${2}/enabled" ]; then
# shellcheck source=/dev/null # shellcheck source=/dev/null
source "$_bash_it_config_file" source "$_bash_it_config_file"
else else
# TODO Display an error? echo "Unable to locate ${_bash_it_config_file}" > /dev/stderr
echo "Unable to locate ${_bash_it_config_file}" > /dev/null
fi fi
done done
fi fi