mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
👕 Fixes shellcheck linter warnings
This commit is contained in:
parent
7cbbd0e5bf
commit
ba800df058
4 changed files with 26 additions and 26 deletions
|
@ -40,7 +40,7 @@ function bashio::cache.get() {
|
|||
return "${__BASHIO_EXIT_NOK}"
|
||||
fi
|
||||
|
||||
printf "%s" "$(<${__BASHIO_CACHE_DIR}/"${key}".cache)"
|
||||
printf "%s" "$(<"${__BASHIO_CACHE_DIR}/${key}.cache")"
|
||||
return "${__BASHIO_EXIT_OK}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue