summaryrefslogtreecommitdiff
path: root/rill.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 20:54:49 -0500
committerJeff Carr <[email protected]>2025-09-11 20:54:49 -0500
commit81cac132847a4778b5c865f2afa7ec5a97a14e5d (patch)
tree5fee3cdce5a3861b9c6735ace4dcf641e3ee162d /rill.go
parent98407ed8b773ae95c8e7ff229da5f653090e47e1 (diff)
start removing old code
Diffstat (limited to 'rill.go')
-rw-r--r--rill.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/rill.go b/rill.go
index 158842f..2a1e8ac 100644
--- a/rill.go
+++ b/rill.go
@@ -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)