From 8909b63263c6002a7ccd01a08b441aeee428b2f4 Mon Sep 17 00:00:00 2001 From: pengli Date: Mon, 2 Dec 2019 10:28:09 +0800 Subject: [PATCH] Fix typo Should be "presence". --- cmd/entrypoint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/entrypoint/README.md b/cmd/entrypoint/README.md index 2b740d7ca70..29f7eb5f3f3 100644 --- a/cmd/entrypoint/README.md +++ b/cmd/entrypoint/README.md @@ -11,7 +11,7 @@ The following flags are available : finished. If the sub-process failed, it will write to `{{post_file}}.err` instead of `{{post_file}}`. - `-wait_file`: file path to watch before starting the sub-process. It - watches for `{{wait_file}}` and `{{wait_file}}.err` precense and + watches for `{{wait_file}}` and `{{wait_file}}.err` presence and will either execute the sub-process (in case of `{{wait_file}}`) or skip the execution, write to `{{post_file}}.err` and return an error (`exitCode` >= 0)