Update global: only source the helper_functions

This commit is contained in:
Devon Mackay 2018-07-09 12:10:42 -04:00
parent 6e4c5911c3
commit 6b31da0a0b

View File

@ -9,7 +9,7 @@ cd "$(dirname "${0}")/.."
# Source all function definition files
for function_snippet in ./script/include/*_functions.inc.sh
for function_snippet in ./script/include/helper_functions.inc.sh
do
source "${function_snippet}"
done