summaryrefslogtreecommitdiff
path: root/cmd/dmap
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-03 13:09:32 +0300
committerPaul Buetow <paul@buetow.org>2021-10-03 13:09:32 +0300
commit07e1470892beacf0722276f94bacbd822b002540 (patch)
treed8073ee564eb606fb27b35f4e63bf5780ccff212 /cmd/dmap
parent91ea8398ebc0febce20b9a460f9372998cd0b80f (diff)
add dmap tests
Diffstat (limited to 'cmd/dmap')
-rw-r--r--cmd/dmap/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dmap/main.go b/cmd/dmap/main.go
index cc8a158..d32ccb0 100644
--- a/cmd/dmap/main.go
+++ b/cmd/dmap/main.go
@@ -46,7 +46,7 @@ func main() {
flag.StringVar(&queryStr, "query", "", "Map reduce query")
flag.Parse()
- config.Setup(&args, flag.Args())
+ config.Setup(source.Client, &args, flag.Args())
if displayVersion {
version.PrintAndExit()