summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go2
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()
})
}