This commit is contained in:
Martin Folkerts 2024-07-19 11:11:59 +02:00
parent 8bac58b121
commit 9db292844d

View file

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