Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBugwadia committed Nov 25, 2020
1 parent dcc7fff commit f304be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhookconfig/checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (wrc *WebhookRegistrationClient) removeVerifyWebhookMutatingWebhookConfig(w
}

if err != nil {
logger.Error(err, "failed to delete verify wwebhook configuration")
logger.Error(err, "failed to delete verify webhook configuration")
return
}

Expand Down

0 comments on commit f304be6

Please sign in to comment.