fix logger

This commit is contained in:
2022-06-20 15:49:55 -04:00
parent 962c533fff
commit 7177fe8211
4 changed files with 8 additions and 8 deletions

View File

@ -15,8 +15,8 @@ import (
var log = logr.Discard()
func SetLogger(log logr.Logger) {
log = log
func SetLogger(l logr.Logger) {
log = l
}
type Status string