Skip to content

Commit 8909b63

Browse files
vincent-plitekton-robot
authored andcommitted
Fix typo
Should be "presence".
1 parent 32cba17 commit 8909b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/entrypoint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following flags are available :
1111
finished. If the sub-process failed, it will write to
1212
`{{post_file}}.err` instead of `{{post_file}}`.
1313
- `-wait_file`: file path to watch before starting the sub-process. It
14-
watches for `{{wait_file}}` and `{{wait_file}}.err` precense and
14+
watches for `{{wait_file}}` and `{{wait_file}}.err` presence and
1515
will either execute the sub-process (in case of `{{wait_file}}`) or
1616
skip the execution, write to `{{post_file}}.err` and return an error
1717
(`exitCode` >= 0)

0 commit comments

Comments
 (0)