summaryrefslogtreecommitdiff
path: root/doInstall.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 01:05:11 -0500
committerJeff Carr <[email protected]>2025-10-03 01:05:11 -0500
commit4acdb3bce3d7afb5f9218ac958b235358493563c (patch)
tree7b7c16bdf5efac5413f0003356208864e348d43e /doInstall.go
parent01fa86c6f69dc7f34b92f98c0d45ff93c324da9f (diff)
more autocomplete work
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()