summaryrefslogtreecommitdiff
path: root/cmd/dmap/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dmap/main.go')
-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 d7b5fae..ae16e97 100644
--- a/cmd/dmap/main.go
+++ b/cmd/dmap/main.go
@@ -73,7 +73,7 @@ func main() {
PrivateKeyPathFile: privateKeyPathFile,
}
- client, err := clients.NewMaprClient(args, queryStr)
+ client, err := clients.NewMaprClient(args, queryStr, clients.DefaultMode)
if err != nil {
panic(err)
}