summaryrefslogtreecommitdiff
path: root/reload.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-31 13:28:40 -0500
committerJeff Carr <[email protected]>2025-08-31 13:28:40 -0500
commit46d61345afa0cd87567bc0293cd3413b54e3c677 (patch)
tree1f370863ddeb4e391c680601982f91519ba35d29 /reload.go
parent434f62a7e6ffd6d16230ba920393c82c487633ae (diff)
go back to global mutex again. hmmm.
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
}