summaryrefslogtreecommitdiff
path: root/cmd/dgrep
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dgrep')
-rw-r--r--cmd/dgrep/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dgrep/main.go b/cmd/dgrep/main.go
index 4f21a9e..95db6f0 100644
--- a/cmd/dgrep/main.go
+++ b/cmd/dgrep/main.go
@@ -43,7 +43,7 @@ func main() {
flag.StringVar(&grep, "grep", "", "Alias for -regex")
flag.Parse()
- config.Setup(&args, flag.Args())
+ config.Setup(source.Client, &args, flag.Args())
if displayVersion {
version.PrintAndExit()