diff --git a/src/main.rs b/src/main.rs index 95f6900..c53b1b9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 backups for some french fries and ate it!! SKRAWWWW", + "Albatross mistook **{}** of your old backups for some french fries and ate them!! SKRAWWWW", backups_removed ); send_webhook(msg.as_str(), &cfg);