From 555c0b878b970c366532d3f6be757ba04500da14 Mon Sep 17 00:00:00 2001 From: Kohei Toyoda Date: Mon, 2 Dec 2019 02:27:04 -0800 Subject: [PATCH] fix output example in automated-tasks-with-cron-jobs.md (#17906) --- content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md index 575541c1a2..341435c8ba 100644 --- a/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -87,8 +87,8 @@ The output is similar to this: ``` NAME COMPLETIONS DURATION AGE hello-4111706356 0/1 0s -hello-4111706356 0/1 0s 0s -hello-4111706356 1/1 5s 5s +hello-4111706356 0/1 0s 0s +hello-4111706356 1/1 5s 5s ``` Now you've seen one running job scheduled by the "hello" cron job.