Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Mar 1, 2016
1 parent eccc8a1 commit 1b5f0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Command/ScheduleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private function acquireLock(ManagerRegistry $registry, $commandName, \DateTime
);

if ($affectedRows > 0) {
return array(true, $lastRunAt);
return array(true, $now);
}

/** @var CronJob $cronJob */
Expand Down Expand Up @@ -168,4 +168,4 @@ private function populateJobsLastRunAt(EntityManager $em, array $jobSchedulers)

return $jobsLastRunAt;
}
}
}

0 comments on commit 1b5f0ce

Please sign in to comment.