bug: failed backups were using the wrong emoji

This commit is contained in:
wi11-holdsworth 2025-09-08 16:14:45 +10:00
parent 64658214b4
commit 85fc9790c0

View file

@ -27,7 +27,7 @@ let
notifyFailure = notifyFailure =
location: location:
notify { notify {
tag = "tada"; tag = "rotating_light";
msg = "Backup failed, check logs"; msg = "Backup failed, check logs";
inherit location; inherit location;
}; };