diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 20:54:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 20:54:49 -0500 |
| commit | 81cac132847a4778b5c865f2afa7ec5a97a14e5d (patch) | |
| tree | 5fee3cdce5a3861b9c6735ace4dcf641e3ee162d /rill.go | |
| parent | 98407ed8b773ae95c8e7ff229da5f653090e47e1 (diff) | |
start removing old code
Diffstat (limited to 'rill.go')
| -rw-r--r-- | rill.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,7 +79,7 @@ func (f *Forge) RillReload() int { var all []*gitpb.Repo for repo := range f.Repos.IterAll() { if !repo.IsValidDir() { - log.Printf("%s %-50s\n", "got an invalid repo in forgepb.RillReload()", repo.GetGoPath()) + log.Printf("%s %-50s\n", "got an invalid repo in forgepb.RillReload()", repo.GetFullPath()) continue } all = append(all, repo) @@ -141,7 +141,7 @@ func (f *Forge) RillRepos(rillf func(*gitpb.Repo) error) map[string]*RillStats { for repo := range f.Repos.IterAll() { if !repo.IsValidDir() { - log.Printf("got an invalid repo in forgepb.RillRepos() %-50s\n", repo.GetGoPath()) + log.Printf("got an invalid repo in forgepb.RillRepos() %-50s\n", repo.GetFullPath()) continue } all = append(all, repo) |
