summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 99ba524..7b6f78c 100644
--- a/main.go
+++ b/main.go
@@ -102,7 +102,7 @@ func main() {
// scan in the State of all the repos
// TODO: should not really be necessary directly after init()
- me.repos.View.ScanRepositories()
+ me.repos.View.ScanRepositoriesOld()
// todo: add this to forgepb
me.startRepo = me.forge.FindWorkingDirRepo()