From f2a9a2657e3fbee3f4555169d95f53a3b14a82f8 Mon Sep 17 00:00:00 2001 From: g4b0 Date: Thu, 7 Feb 2013 16:49:52 +0100 Subject: [PATCH] Fixed error in documentation --- tasks/ScheduledTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ScheduledTask.php b/tasks/ScheduledTask.php index 756b11d5e..f4f1af8b1 100644 --- a/tasks/ScheduledTask.php +++ b/tasks/ScheduledTask.php @@ -39,7 +39,7 @@ * * * # Quarter-hourly task (every hour at 25 minutes past) (remove space between first * and /15) - * * /15 * * * * www-data /webroot/framework/cli-script.php /QuarterlyHourlyTask > /var/log/quarterhourlytask.log + * * /15 * * * * www-data /webroot/framework/cli-script.php /QuarterHourlyTask > /var/log/quarterhourlytask.log * * # HourlyTask (every hour at 25 minutes past) * 25 * * * * www-data /webroot/framework/cli-script.php /HourlyTask > /var/log/hourlytask.log