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 cb82eca..1942c8e 100644
--- a/main.go
+++ b/main.go
@@ -43,7 +43,7 @@ func execApplet(applet string, args []string, allowGofu bool) int {
switch applet {
case "prettyprompt":
- return prompt.Exec()
+ return prompt.Exec(args)
case "rtree":
return rtree.Exec(args)
default: