Merge pull request #497 from github/log

Fix log sources in docker scripts
This commit is contained in:
Lukas Gravley 2020-07-31 08:06:26 -05:00 committed by GitHub
commit 61f9d79a37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 #