sh.zio.backup: fix broken escape
This commit is contained in:
parent
4e52bed1f7
commit
e08a99f67d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function invoke_restic() {
|
|||
say warning "Command failed."
|
||||
/usr/local/bin/sh.zio.notify \
|
||||
--title "Backup failed" \
|
||||
--message "```$restic_out```" \
|
||||
--message "\`\`\`$restic_out\`\`\`" \
|
||||
--level "warning"
|
||||
break
|
||||
#echo "---- THE OUTPUT: $restic_out"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue