diff --git a/main.go b/main.go index e55ff04..6ea224f 100644 --- a/main.go +++ b/main.go @@ -180,7 +180,7 @@ func waitForCompletion(deployers []deployers.IDeployer, s *scheduler.Scheduler) return errors.Join(errs...) } -func main() { //nolint: funlen // TODO: to rework +func main() { ctx, fnCancel := signal.NotifyContext( context.Background(), os.Interrupt,