providers/log: Stop pretending to be providers/mime

This commit is contained in:
Sasha Koshka 2024-12-13 13:44:52 -05:00
parent 60309a14a0
commit a592426c46

View File

@ -14,7 +14,7 @@ type Provider struct {
// Package fulfills the step.Provider interface.
func (this *Provider) Package () string {
return "mime"
return "log"
}
// FuncMapFor fulfills the step.FuncProviderFor interface.