Skip to content

Commit

Permalink
Fix typo in entrypoint folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ywluogg authored and tekton-robot committed Sep 4, 2020
1 parent 9bc3fd8 commit cac869c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/entrypoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ The following flags are available :
content. It will continue watching for `wait_file` until it has
content.

The following example of usage for `entrypoint`, wait's for
`/tekton/downward/ready` file to exists and have some content before
The following example of usage for `entrypoint` waits for
`/tekton/downward/ready` file to exist and have some content before
executing `/ko-app/bash -- -args mkdir -p /workspace/git-resource`,
and will write to `/tekton/tools/0` in case of succes, or
and will write to `/tekton/tools/0` in case of success, or
`/tekton/tools/0.err` in case of failure.

```shell
Expand Down

0 comments on commit cac869c

Please sign in to comment.