From b91475b55b93a87aabb63e661a46d85c28623eb9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 11:02:37 -0600 Subject: switching from the old way to using protobuf --- watchdog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watchdog.go') diff --git a/watchdog.go b/watchdog.go index 87a2141..572f046 100644 --- a/watchdog.go +++ b/watchdog.go @@ -42,7 +42,7 @@ func (r *RepoList) Watchdog(f func()) { return } i = 0 - r.ScanRepositories() + r.ScanRepositoriesOld() f() }) } -- cgit v1.2.3