From 5a5c8f1fa253b7d2eb14513cf72fa090f6ece3c7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 21 Oct 2025 05:31:08 -0500 Subject: show path --- scanRepoDir.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3