diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 11:09:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 11:09:20 -0500 |
| commit | c82e607abc006f074d3d38347e0f053a5d801b1e (patch) | |
| tree | b2b7b4327470d26e5ef39f58c03ab3690d3d4c3d /scanRepoDir.go | |
| parent | d9e9ebe34eeb550af4c8ba3a27d9304974b9ccb1 (diff) | |
start adding patch "Sets" back
Diffstat (limited to 'scanRepoDir.go')
| -rw-r--r-- | scanRepoDir.go | 2 |
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") } |
