Fixed typo in delete webhook (again)
parent
6406984e10
commit
a7d91567f9
|
@ -346,7 +346,7 @@ fn do_backup(cfg: AlbatrossConfig) -> Result<(), std::io::Error> {
|
||||||
|
|
||||||
if backups_removed > 0 {
|
if backups_removed > 0 {
|
||||||
let msg = format!(
|
let msg = format!(
|
||||||
"Albatross mistook {} of your old backup for a french fries and ate it!! SKRAWWWW",
|
"Albatross mistook **{}** of your old backups for some french fries and ate it!! SKRAWWWW",
|
||||||
backups_removed
|
backups_removed
|
||||||
);
|
);
|
||||||
send_webhook(msg.as_str(), &cfg);
|
send_webhook(msg.as_str(), &cfg);
|
||||||
|
|
Loading…
Reference in New Issue