summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 01:23:12 -0500
committerJeff Carr <[email protected]>2025-10-08 01:23:12 -0500
commit1f321bc8c3b7bb19f443d73334c6cdcc45a9c75a (patch)
tree02e3b3d4209dc735d85ed04040a8af1cbf135aac /structs.go
parentfebcf44d5386f8fc20ab752f0416955f35375335 (diff)
usability cleanups
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 3ef197d..5d267d9 100644
--- a/structs.go
+++ b/structs.go
@@ -26,6 +26,7 @@ type mainType struct {
func initForge() {
if me.forge == nil {
me.forge = forgepb.Init()
+ me.forge.ScanRepoDir()
me.forge.Config.DumpENV()
}
initMachine()