diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 11:02:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 11:02:37 -0600 |
| commit | b91475b55b93a87aabb63e661a46d85c28623eb9 (patch) | |
| tree | d9dd098e1ce66e47aa21fa6e41d61ee83658677b /watchdog.go | |
| parent | 8247d748bd26be6eb87a978573b0d435e83178a1 (diff) | |
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() }) } |
