From 7c16afbe62506d19b1c0caae7eb8201d37015fff Mon Sep 17 00:00:00 2001 From: Satyam Tiwari Date: Thu, 12 Feb 2026 20:29:15 +0530 Subject: [PATCH] merged and fixed the issues --- pkg/tools/cron.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), } }