From d641b341f7af0832156953ab3d595c90255fbd27 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 16 Mar 2019 15:43:47 +0100 Subject: [PATCH] :shirt: Fixes shellcheck linter warnings --- lib/bashio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bashio b/lib/bashio index 39d73ce..28f94b7 100755 --- a/lib/bashio +++ b/lib/bashio @@ -18,7 +18,7 @@ __BASHIO_BIN=$(readlink -f "${BASH_SOURCE[0]}") __BASHIO_LIB_DIR=$(dirname "${__BASHIO_BIN}") # Include Bashio library -# shellcheck source=bashio.sh +# shellcheck source=lib/bashio.sh source "${__BASHIO_LIB_DIR}/bashio.sh" # Execute source