Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Wall <wallrj@users.noreply.github.com>
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon and wallrj committed Aug 17, 2023
1 parent 240d3fc commit ff053e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/controller/app/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ to renew certificates at an appropriate time before expiry.`,
}

if err := logf.ValidateAndApply(&controllerConfig.Logging); err != nil {
log.Error(err, "Failed to validate webhook flags")
log.Error(err, "Failed to validate controller flags")
os.Exit(1)
}
}
Expand Down

0 comments on commit ff053e4

Please sign in to comment.