diff --git a/cmd/mothd/mothballs.go b/cmd/mothd/mothballs.go index 67b7679..f204975 100644 --- a/cmd/mothd/mothballs.go +++ b/cmd/mothd/mothballs.go @@ -168,6 +168,7 @@ func (m *Mothballs) refresh() { m.categories[categoryName] = zipCategory{ Fs: zipfs.New(zrc), Closer: f, + mtime: fi.ModTime(), } log.Println("Adding category:", categoryName)