merged and fixed the issues
This commit is contained in:
parent
71a81eb297
commit
7c16afbe62
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue