Skip to content

Commit

Permalink
👕 Fixes shellcheck linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 16, 2019
1 parent ba800df commit d641b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bashio
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d641b34

Please sign in to comment.