summaryrefslogtreecommitdiffstats
path: root/commands/benchmark.go
diff options
context:
space:
mode:
authorbogem <albertnigma@gmail.com>2016-11-23 12:40:50 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-01-02 17:01:12 +0100
commit6fb4f048e130b877b31ba215a1437911c3f26f5c (patch)
tree531f3bea267712deed37962b3ff992b8fb9b5a90 /commands/benchmark.go
parentbe39ae5e117562c9c3975b9a5587e4b219bcac58 (diff)
commands: Fix case in names of some methods
Diffstat (limited to 'commands/benchmark.go')
-rw-r--r--commands/benchmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/benchmark.go b/commands/benchmark.go
index ff982684a..88954ffd9 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -79,7 +79,7 @@ func benchmark(cmd *cobra.Command, args []string) error {
t := time.Now()
for i := 0; i < benchmarkTimes; i++ {
- if err = resetAndbuildSites(false); err != nil {
+ if err = resetAndBuildSites(false); err != nil {
return err
}
}