mirror of https://github.com/containers/podman.git
Merge pull request #15767 from dfr/freebsd-events
events: Fix spelling of newNullEventer
This commit is contained in:
commit
eb69259305
|
@ -14,7 +14,7 @@ func NewEventer(options EventerOptions) (Eventer, error) {
|
|||
case strings.ToUpper(LogFile.String()):
|
||||
return EventLogFile{options}, nil
|
||||
case strings.ToUpper(Null.String()):
|
||||
return NewNullEventer(), nil
|
||||
return newNullEventer(), nil
|
||||
case strings.ToUpper(Memory.String()):
|
||||
return NewMemoryEventer(), nil
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue