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 180cfb5..0093d82 100644
--- a/main.go
+++ b/main.go
@@ -44,7 +44,7 @@ func getVersion(repo *gitpb.Repo, name string) string {
func main() {
me = new(mainType)
- prep.Bash2(ARGNAME, argv.DoAutoComplete) // this line should be: prep.Bash(argv)
+ prep.Bash2(ARGNAME, argv.DoAutoComplete) // this line should be: prep.Bash(&argv)
me.myGui = prep.Gui() // prepares the GUI package for go-args
me.pp = arg.MustParse(&argv)