This commit is contained in:
Martin Folkerts 2024-07-19 11:15:24 +02:00
parent 9db292844d
commit fcfc683513

View file

@ -42,7 +42,7 @@ public function handle()
sprintf('%sbuild_report.sh', $projectFolder),
sprintf('--filename=%s', $this->projectReport->getFullPathName()),
sprintf('--report_date=%s', $this->projectReport->getReportDate()),
sprintf('--mail_day=%s', $this->project->download_path->mail_day),
sprintf('--mail_day=%s',$this->projectReport->project->mail_day),
sprintf('--data_dir=%s', $this->projectReport->project->download_path),
];
logger('command:'. print_r($command, true));