mirror of https://github.com/perkeep/perkeep.git
file -> schema.TypeFile
This commit is contained in:
parent
751f5ed3a4
commit
7eee938ddf
|
@ -195,7 +195,7 @@ func (n *mutDir) populate() error {
|
|||
Logger.Printf("child content not described: %v", childRef)
|
||||
continue
|
||||
}
|
||||
if content.CamliType != "file" {
|
||||
if content.CamliType != schema.TypeFile {
|
||||
Logger.Printf("child not a file: %v", childRef)
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue