From 3e27220304e567e9a3e95f54e983635d79123a9c Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Sat, 31 Oct 2020 14:03:57 +0100 Subject: [PATCH] Remove explicit stdin from example --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a22ed41..3a33922 100644 --- a/Readme.md +++ b/Readme.md @@ -103,7 +103,7 @@ $ echo $? * Passing manifests via Stdin ``` -cat fixtures/valid.yaml | ./bin/kubeconform -summary - +cat fixtures/valid.yaml | ./bin/kubeconform -summary Summary: 1 resource found parsing stdin - Valid: 1, Invalid: 0, Errors: 0 Skipped: 0 ```