diff --git a/rule/provider/fetcher.go b/rule/provider/fetcher.go index c8204dae..c7ab9141 100644 --- a/rule/provider/fetcher.go +++ b/rule/provider/fetcher.go @@ -100,6 +100,7 @@ func (f *fetcher) Update() (interface{}, bool, error) { hash := md5.Sum(buf) if bytes.Equal(f.hash[:], hash[:]) { f.updatedAt = &now + os.Chtimes(f.vehicle.Path(), now, now) return nil, true, nil }