summaryrefslogtreecommitdiff
path: root/doInstall.go
diff options
context:
space:
mode:
Diffstat (limited to 'doInstall.go')
-rw-r--r--doInstall.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doInstall.go b/doInstall.go
index 9230243..5b593f0 100644
--- a/doInstall.go
+++ b/doInstall.go
@@ -13,6 +13,8 @@ import (
)
func doInstall() error {
+ initForge() // make sure forge is init'd here
+
all := me.forge.Repos.SortByFullPath()
for all.Scan() {
check := all.Next()