Skip to content

Commit

Permalink
Merge pull request #270 from wri/feat/TM-970-remove-reference-to-miss…
Browse files Browse the repository at this point in the history
…ing-script

[TM-970] Stop trying to call a script that doesn't exist.
  • Loading branch information
roguenet authored Jun 10, 2024
2 parents fc96f08 + 4c6362d commit 86ce707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ protected function schedule(Schedule $schedule)

$schedule->command('generate-application-export')->twiceDaily(13, 20);
$schedule->command('generate-admin-all-entity-records-export')->twiceDaily(13, 20);
$schedule->command('populate-v2-temporary-sites')->hourly();
}

protected function commands()
Expand Down

0 comments on commit 86ce707

Please sign in to comment.