Skip to content

Commit

Permalink
Merge pull request #203 from Patouche/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
garethr committed Apr 14, 2020
2 parents ce26286 + 88996f0 commit 4be4bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At the most basic level, Kubeval is used like so:

```console
$ kubeval my-invalid-rc.yaml
WANR - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
WARN - my-invalid-rc.yaml contains an invalid ReplicationController - spec.replicas: Invalid type. Expected: integer, given: string
$ echo $?
1
```
Expand Down

0 comments on commit 4be4bb5

Please sign in to comment.