Small spaces cleanup

This commit is contained in:
Franck Nijhof 2023-10-22 17:00:19 +02:00
parent e40c7c607f
commit 3eba94b9f6
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -64,10 +64,10 @@ function bashio::api.supervisor() {
return "${__BASHIO_EXIT_NOK}"
fi
if [[ "${status}" -eq 403 ]]; then
bashio::log.error "Unable to access the API, forbidden"
return "${__BASHIO_EXIT_NOK}"
fi
if [[ "${status}" -eq 403 ]]; then
bashio::log.error "Unable to access the API, forbidden"
return "${__BASHIO_EXIT_NOK}"
fi
if [[ "${status}" -eq 404 ]]; then
bashio::log.error "Requested resource ${resource} was not found"