From 1f321bc8c3b7bb19f443d73334c6cdcc45a9c75a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Oct 2025 01:23:12 -0500 Subject: usability cleanups --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') 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() -- cgit v1.2.3