diff --git a/pkg/tools/cron.go b/pkg/tools/cron.go index 81d28ee..438b4f4 100644 --- a/pkg/tools/cron.go +++ b/pkg/tools/cron.go @@ -33,7 +33,7 @@ func NewCronTool(cronService *cron.CronService, executor JobExecutor, msgBus *bu cronService: cronService, executor: executor, msgBus: msgBus, - execTool: NewExecTool(workspace), + execTool: NewExecTool(workspace, false), } }