Fixed typo in delete webhook (again)

backup_error_fix
Joey Hines 2020-06-09 09:42:19 -05:00
parent 6406984e10
commit a7d91567f9
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ fn do_backup(cfg: AlbatrossConfig) -> Result<(), std::io::Error> {
if backups_removed > 0 {
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
);
send_webhook(msg.as_str(), &cfg);