1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

trivial typo update (#4291)

Signed-off-by: Dylan Shepard <dylan@shepard.dev>
This commit is contained in:
Dylan Shepard 2022-08-02 22:28:06 -06:00 committed by GitHub
parent 943c3a1929
commit d10f9d1b5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,7 +195,7 @@ func acquireLeader(ctx context.Context, kubeClient kubernetes.Interface) error {
if err != nil {
log.Log.Info("Lease 'kyvernopre-lock' not found. Starting clean-up...")
} else {
log.Log.Info("Leader was elected, quiting")
log.Log.Info("Leader was elected, quitting")
os.Exit(0)
}