Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Ryan committed Aug 6, 2019
1 parent 342415b commit d7996f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ $ echo $?
1
```


For full usage and installation instructions see [kubeval.instrumenta.dev](https://kubeval.instrumenta.dev/).
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var RootCmd = &cobra.Command{
}

func logResults(outFmt string, results []kubeval.ValidationResult, success bool) (bool, error) {
//// fetch output logger based on enviroments params
// fetch output logger based on enviroments params
out := kubeval.GetOutputManager(outFmt)

for _, result := range results {
Expand Down

0 comments on commit d7996f3

Please sign in to comment.