Compare commits

..

2 Commits

Author SHA1 Message Date
079b244ce0 Merge branch 'develop' into release 2023-06-18 23:44:20 -04:00
4f9b96b401 Fix 2023-06-18 23:44:08 -04:00

View File

@ -33,7 +33,7 @@ class Watch extends Command
$io->info("Start: {$current->format('Y-m-d H:i:s')}");
while(true) {
$io->info('Running Update');
$this->runUpdate();
$this->runUpdate($io);
$current = $this->updateTime($period);
$wait = $current->add($period);
$io->text("Waiting until {$wait->format('Y-m-d H:i:s')}");