summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index b31770a..0ad2a53 100644
--- a/structs.go
+++ b/structs.go
@@ -35,8 +35,8 @@ func initForge() {
if err != nil {
me.argv.BadExit("this tool requires forge", err)
}
- me.forge.ScanRepoDir()
- me.forge.Config.DumpENV()
+ me.forge.RescanRepos()
+ me.forge.DumpENV()
}
initMachine()
}