From c76263dc47b008600602228c374d7ccb90e8cacd Mon Sep 17 00:00:00 2001 From: Travis Swicegood Date: Wed, 5 Dec 2018 21:04:55 -0600 Subject: [PATCH] Ensure this debugging output is generated (oops) --- scripts/reloader.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/reloader.bash b/scripts/reloader.bash index cac77a21..66236042 100644 --- a/scripts/reloader.bash +++ b/scripts/reloader.bash @@ -22,8 +22,7 @@ if [ ! -z "${2}" ] && [ -d "${2}/enabled" ]; then # shellcheck source=/dev/null source "$_bash_it_config_file" else - # TODO Display an error? - echo "Unable to locate ${_bash_it_config_file}" > /dev/null + echo "Unable to locate ${_bash_it_config_file}" > /dev/stderr fi done fi