Skip to content

Commit

Permalink
Merge pull request #73 from ikifar2012/dev
Browse files Browse the repository at this point in the history
Message typo fix
  • Loading branch information
ikifar2012 authored Sep 22, 2022
2 parents 40df621 + 191ef00 commit 815801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-backup/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function fire-event {
local -r result=${1}
local message=${2:-}

if bashio::config.has_value "${message}"; then
if bashio::var.has_value "${message}"; then
message=",\"message:\":\"${message}\""
fi

Expand Down

0 comments on commit 815801f

Please sign in to comment.