diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 01:36:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 01:36:08 -0500 |
| commit | fc8a572f15cfb275e6781a5f1355845ef212d23a (patch) | |
| tree | de0a385eb5166904f03dd70aa3e246aae8381ba8 /structs.go | |
| parent | 6b70cc1f09163a455a8b85047bf393ea201b46c7 (diff) | |
minor
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -38,7 +38,9 @@ func initForge() { } me.forge.RescanRepos() } - env.PrintTable() + if env.Verbose() { + env.PrintTable() + } initMachine() } |
