diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-07-03 12:15:59 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-07-03 12:15:59 +0100 |
| commit | eb9c8d4ae7f8fb7e65f912ff4838c7737b5487d0 (patch) | |
| tree | f5e6c0be15200b18f306878037c3896e1084cf53 /cmd/dmap | |
| parent | 912f7dce7222d345dc6cc6cc593a45ee7e2e15f8 (diff) | |
refactor mapr client
Diffstat (limited to 'cmd/dmap')
| -rw-r--r-- | cmd/dmap/main.go | 2 |
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) } |
