This commit is contained in:
Martin Folkerts 2024-07-09 11:12:14 +02:00
parent d8c730e0f9
commit f9c5b9d181

View file

@ -30,6 +30,7 @@ public function __construct(Project $project)
*/
public function handle(): void
{
logger('start interpolate growth model', [$this->project->name]);
$command = [
sprintf('%s/interpolate_growth_model.sh', base_path('../')),
sprintf('--project_dir=%s', $this->project->download_path),