mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
✏Typos (#30)
This commit is contained in:
parent
dbc5c19299
commit
8a5c457a4c
4 changed files with 9 additions and 9 deletions
|
@ -63,7 +63,7 @@ function bashio::cache.set() {
|
|||
fi
|
||||
|
||||
if ! printf "%s" "$value" > "${__BASHIO_CACHE_DIR}/${key}.cache"; then
|
||||
bashio::log.warning "An error occured while storing ${key} to cache"
|
||||
bashio::log.warning "An error occurred while storing ${key} to cache"
|
||||
return "${__BASHIO_EXIT_NOK}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue