From dc0040f0805e7a8ab3f47ea0e5ebffb03eda2b62 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 18 Feb 2024 15:09:35 -0600 Subject: guireleaser runs again --- scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scan.go') diff --git a/scan.go b/scan.go index fa4e733..4311dd1 100644 --- a/scan.go +++ b/scan.go @@ -14,7 +14,7 @@ func (r *RepoList) SetAutoScan(b bool) { func (r *RepoList) ScanRepositories() (int, string) { var i int - t := timeFunction(func() { + t := TimeFunction(func() { for _, repo := range me.allrepos { i += 1 repo.NewScan() -- cgit v1.2.3