diff options
| author | Jeff Carr <[email protected]> | 2024-02-18 15:09:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-18 15:09:35 -0600 |
| commit | dc0040f0805e7a8ab3f47ea0e5ebffb03eda2b62 (patch) | |
| tree | 3e6004de83011ad925b220ee899d82eaa5d11759 /scan.go | |
| parent | 02542bafe8f570d04a946851a4c993f3f4de6e18 (diff) | |
guireleaser runs again
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
