2
0
Fork 0

sh.zio.backup: fix codeblock rendering incorrectly

This commit is contained in:
Ducky 2024-03-30 17:13:14 +00:00
parent b4288aa7b6
commit 9a71a8e5dd

View file

@ -96,7 +96,7 @@ function invoke_restic() {
echo "$restic_out"
/usr/local/bin/sh.zio.notify \
--title "Backup failed" \
--message "\`\`\`$restic_out\`\`\`" \
--message "\`\`\`'\n'$restic_out'\n'\`\`\`" \
--level "warning"
break
#echo "---- THE OUTPUT: $restic_out"