summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/redq/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/redq/main.go b/cmd/redq/main.go
index 288c6be..f9d9542 100644
--- a/cmd/redq/main.go
+++ b/cmd/redq/main.go
@@ -50,5 +50,5 @@ func main() {
}()
go u.Run(iface, queries, ctx)
- a.Run(u)
+ a.Run(u, queries, ctx)
}