summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argv.go2
-rw-r--r--debian.go2
2 files changed, 3 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index b6d8f32..f8e55f9 100644
--- a/argv.go
+++ b/argv.go
@@ -100,7 +100,7 @@ func (a args) DoAutoComplete(pb *prep.Auto) {
if pb.Cmd == "" {
pb.Autocomplete3([]string{"push", "build", "debian", "--install", "upgrade", "macos", "git", "--witcom --version --dry-run"})
} else {
- pb.SubCommand(pb.Argv...)
+ pb.SubCommand(pb.Goargs...)
}
os.Exit(0)
}
diff --git a/debian.go b/debian.go
index 3b21991..eff64b0 100644
--- a/debian.go
+++ b/debian.go
@@ -17,6 +17,8 @@ func buildDeb() {
argv.Max = 50
}
+ initForge()
+
all := me.forge.Repos.SortByFullPath()
for all.Scan() {
var cmd []string