Skip to content

Commit

Permalink
fix(policy): Typo in error message
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Harvey <adaharve@cisco.com>
  • Loading branch information
adamdmharvey committed Mar 10, 2023
1 parent 817a36e commit 81b4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ This group of commands allows the management of polices to be verified against b

runner, err := tester.NewRunner(runnerOpts)
if err != nil {
return fmt.Errorf("cannot instantite runner: %w", err)
return fmt.Errorf("cannot instantiate runner: %w", err)
}

handlerOpts := tester.ResultHandlerOptions{
Expand Down

0 comments on commit 81b4498

Please sign in to comment.