mirror of https://github.com/dirtbags/moth.git
parent
ace940ba12
commit
4bb6819319
|
@ -168,6 +168,7 @@ func (m *Mothballs) refresh() {
|
||||||
m.categories[categoryName] = zipCategory{
|
m.categories[categoryName] = zipCategory{
|
||||||
Fs: zipfs.New(zrc),
|
Fs: zipfs.New(zrc),
|
||||||
Closer: f,
|
Closer: f,
|
||||||
|
mtime: fi.ModTime(),
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println("Adding category:", categoryName)
|
log.Println("Adding category:", categoryName)
|
||||||
|
|
Loading…
Reference in New Issue