Skip to content

Commit

Permalink
fix typo in cli output
Browse files Browse the repository at this point in the history
  • Loading branch information
xchapter7x committed Nov 2, 2019
1 parent 0603c1b commit f04efb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hcunit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func init() {
parser.AddCommand(
"eval",
"evaluate a policy on a chart + values",
"given a OPS/Rego Policy one can evaluate if the rendered templates of a chart using a given values file meet the defined rules of the policy or not",
"given a OPA/Rego Policy one can evaluate if the rendered templates of a chart using a given values file meet the defined rules of the policy or not",
new(commands.EvalCommand),
)
}

0 comments on commit f04efb5

Please sign in to comment.