Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Should be "presence".
  • Loading branch information
vincent-pli authored and tekton-robot committed Dec 2, 2019
1 parent 32cba17 commit 8909b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/entrypoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8909b63

Please sign in to comment.