2
0
Fork 0

sh.zio.notify: fix host emoji not working, fix certain case not working

This commit is contained in:
Ducky 2024-04-02 00:52:30 +01:00
parent 49a5c08cad
commit 136e180328
2 changed files with 3 additions and 3 deletions

View file

@ -182,8 +182,8 @@ function trigger_notify() {
"$notify_prog" \
--invoked-by "$(basename $me_filename)" \
--level "$level" \
--message="$message" \
--title="$title"
--message "$message" \
--title "$title"
else
"$notify_prog" \
--file "$log_path" \