summaryrefslogtreecommitdiff
path: root/reload.go
diff options
context:
space:
mode:
Diffstat (limited to 'reload.go')
-rw-r--r--reload.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/reload.go b/reload.go
index 3ec5eca..7c96847 100644
--- a/reload.go
+++ b/reload.go
@@ -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
}