summaryrefslogtreecommitdiff
path: root/scanRepoDir.go
diff options
context:
space:
mode:
Diffstat (limited to 'scanRepoDir.go')
-rw-r--r--scanRepoDir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanRepoDir.go b/scanRepoDir.go
index 70cd74b..6cc2762 100644
--- a/scanRepoDir.go
+++ b/scanRepoDir.go
@@ -41,7 +41,7 @@ func (f *Forge) checkNamespace(fullpath string) (*gitpb.Repo, error) {
func (f *Forge) RescanRepos() error {
gopath := ENV.Get("gopath")
log.Info("RescanRepos() running in", gopath)
- // f.scanRepoDir(gopath)
+ f.scanRepoDir(gopath)
f.Save()
return errors.New("ScanReposByMode() not implemented yet")
}