Fix log sources in docker scripts

This commit is contained in:
Eric Nemchik 2020-07-30 18:27:34 -05:00
parent d0c3b77253
commit 3de60e71cc
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# Source Function Files #
#########################
# shellcheck source=/dev/null
source /action/lib/log.sh # Source the function script(s)
source ../lib/log.sh # Source the function script(s)
###########
# Globals #

View file

@ -18,7 +18,7 @@
# Source Function Files #
#########################
# shellcheck source=/dev/null
source /action/lib/log.sh # Source the function script(s)
source ../lib/log.sh # Source the function script(s)
###########
# Globals #