summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 93e0c4c..62fb875 100644
--- a/structs.go
+++ b/structs.go
@@ -38,7 +38,9 @@ func initForge() {
}
me.forge.RescanRepos()
}
- env.PrintTable()
+ if env.Verbose() {
+ env.PrintTable()
+ }
initMachine()
}