From 1b0c5677297611e9b9052d0108abc5c917cebe7a Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 27 Feb 2014 12:43:44 +1100 Subject: [PATCH] OOPS --- app/jobs/scheduled/daily.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jobs/scheduled/daily.rb b/app/jobs/scheduled/daily.rb index d9e258a415f..f56360f788e 100644 --- a/app/jobs/scheduled/daily.rb +++ b/app/jobs/scheduled/daily.rb @@ -4,7 +4,7 @@ module Jobs # This job will run on a regular basis to update statistics and denormalized data. # If it does not run, the site will not function properly. - class PeriodicalUpdates < Jobs::Scheduled + class Daily < Jobs::Scheduled every 1.day def execute(args)