diff options
Diffstat (limited to 'reload.go')
| -rw-r--r-- | reload.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ func (repo *Repo) Reload() error { // LastUpdate should always be the newest time repo.Times.LastUpdate = timestamppb.New(time.Now()) + repo.ValidateUTF8() return nil } |
