Skip to content

Commit

Permalink
no owner filter like docs
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Feb 15, 2018
1 parent 6b522c6 commit 9e39aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/filter/noowner/noowner.go
Expand Up @@ -11,7 +11,7 @@ import (
type noowner struct{ has bool }

func init() {
filter.Register("noowner", build)
filter.Register("no_owner", build)
}

func build(config interface{}) (filter.Filter, error) {
Expand Down

0 comments on commit 9e39aae

Please sign in to comment.