summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 05:31:08 -0500
committerJeff Carr <[email protected]>2025-10-21 05:31:08 -0500
commit5a5c8f1fa253b7d2eb14513cf72fa090f6ece3c7 (patch)
tree57127e9a0969d07c87e7908ad5e00ae0ac40d7ca
parentc9fae2681ba33612fca2418523964cfc7b92cac1 (diff)
show path
-rw-r--r--scanRepoDir.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanRepoDir.go b/scanRepoDir.go
index e09af30..4d8cc2f 100644
--- a/scanRepoDir.go
+++ b/scanRepoDir.go
@@ -38,8 +38,8 @@ func (f *Forge) checkNamespace(fullpath string) (*gitpb.Repo, error) {
}
func (f *Forge) RescanRepos() error {
- log.Info("RescanRepos() running")
gopath := config.Get("gopath")
+ log.Info("RescanRepos() running in", gopath)
f.ScanRepoDir(gopath)
// f.SaveRepos()
f.Repos.SaveVerbose()