summaryrefslogtreecommitdiffstats
path: root/commands/benchmark.go
diff options
context:
space:
mode:
authorAlbert Nigmatzianov <albertnigma@gmail.com>2017-05-08 17:55:48 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-05-09 14:07:43 +0200
commit9b2028626e2e50f6d3502bcd87543aa4bd5d04d0 (patch)
tree5c86e58b4aec60d7ea87092e1e398a0bb9cd6040 /commands/benchmark.go
parentc99761555c014e4d041438d5d7e53a6cbaee4492 (diff)
commands: Use paths from PathSpec for walker
Diffstat (limited to 'commands/benchmark.go')
-rw-r--r--commands/benchmark.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/benchmark.go b/commands/benchmark.go
index 6c42992a0..51f2be876 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -49,7 +49,6 @@ func init() {
func benchmark(cmd *cobra.Command, args []string) error {
cfg, err := InitializeConfig(benchmarkCmd)
-
if err != nil {
return err
}