summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 74d179d..f7c4ab4 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 you are in "normal" mode, always run normal every time to catch accidental errors
@@ -56,7 +57,6 @@ func doCoreChecks() {
}
} else {
if !me.forge.IsModeNormal() {
- ENV.PrintTable()
}
if me.forge.IsModeDevel() {
dumpDebug()