summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 09:21:35 -0500
committerJeff Carr <[email protected]>2025-10-21 09:21:35 -0500
commitf1372f65778356a91975d1932ab9420065c8f10c (patch)
treeee5bb9b86b360a0c6146f396dd2898662a3e12e4 /main.go
parente0c689ecf098ce6d097db6955f690f271d1b95fd (diff)
show the ENV table
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index e5e936d..320013e 100644
--- a/main.go
+++ b/main.go
@@ -43,6 +43,7 @@ func doInit() *forgepb.Forge {
}
func doCoreChecks() {
+ ENV.PrintTable()
me.forge.RescanRepos() // looks for new dirs, checks existing repos for changes
if !me.forge.IsModeNormal() {