summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 00:36:32 -0600
committerJeff Carr <[email protected]>2025-01-19 00:36:32 -0600
commitbdf9d97cf9bf3e9bc0724b6f949089bb46923426 (patch)
tree3c4360b2467bcf21c8285dc8f61b24de0f305c89 /init.go
parenta822e1e4f072fbd735efd328e06fe2bf48a2d660 (diff)
reorder target to the end
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go
index 7b29c32..8d3342f 100644
--- a/init.go
+++ b/init.go
@@ -106,7 +106,7 @@ func (f *Forge) InitPB() {
} else {
log.Log(INFO, "forgepb.Init() FORGE_GOSRC ", os.Getenv("FORGE_GOSRC"), "(go.work = false)")
}
- f.Repos = new(gitpb.Repos)
+ f.Repos = gitpb.NewRepos()
f.Repos.ConfigLoad()
}