diff options
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() |
