👕 Fixes shellcheck linter warnings

This commit is contained in:
Franck Nijhof 2019-03-16 15:35:04 +01:00
parent 7cbbd0e5bf
commit ba800df058
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
4 changed files with 26 additions and 26 deletions

View file

@ -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}"
}