no owner filter like docs

This commit is contained in:
Geno 2018-02-15 15:50:17 +01:00 committed by GitHub
parent 6b522c629c
commit 9e39aae6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {