From a0b0cb52b123ace3b6900146d8596c01a55de49d Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 24 Jul 2019 12:26:36 +0000 Subject: [PATCH] [ftbfs] a dumb spelling mistake makes a cron job not run --- roles/releng/files/ftbfs.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/releng/files/ftbfs.cron b/roles/releng/files/ftbfs.cron index 82bd12c93d..fb55431f73 100644 --- a/roles/releng/files/ftbfs.cron +++ b/roles/releng/files/ftbfs.cron @@ -1,2 +1,2 @@ #FTBFS Weekly Reminder -su - ftbfs /usr/local/bin/ftbsh.sh +su - ftbfs /usr/local/bin/ftbfs.sh