From c7a408b496b50580b5e86781066f8b749721c1c1 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 26 Sep 2024 11:51:05 -0700 Subject: [PATCH] Fix readme for exec tasks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d98465..6417d25 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Eg. - "dockron.dates.schedule=* * * * *" - "dockron.dates.command=date" -_Note: Exec jobs will not log their output anywhere. Not to the host container or to Dockron. It's up to you to deal with this for now. There is also currently no way to health check these._ +_Note: Exec jobs will log their output to Dockron. There is also currently no way to health check these._ ### Cron Expression Formatting