mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
👕 Fixes shellcheck linter warnings
This commit is contained in:
parent
ba800df058
commit
d641b341f7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ __BASHIO_BIN=$(readlink -f "${BASH_SOURCE[0]}")
|
||||||
__BASHIO_LIB_DIR=$(dirname "${__BASHIO_BIN}")
|
__BASHIO_LIB_DIR=$(dirname "${__BASHIO_BIN}")
|
||||||
|
|
||||||
# Include Bashio library
|
# Include Bashio library
|
||||||
# shellcheck source=bashio.sh
|
# shellcheck source=lib/bashio.sh
|
||||||
source "${__BASHIO_LIB_DIR}/bashio.sh"
|
source "${__BASHIO_LIB_DIR}/bashio.sh"
|
||||||
|
|
||||||
# Execute source
|
# Execute source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue