From 1b41e2516f4e09d7bf879943ebc31e3987c50c91 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Tue, 9 Jun 2020 09:43:50 -0500 Subject: [PATCH] Fixed typo in delete webhook (again) (again) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);