1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

commands: Fix case in names of some methods

This commit is contained in:
bogem
2016-11-23 12:40:50 +01:00
committed by Bjørn Erik Pedersen
parent be39ae5e11
commit 6fb4f048e1
2 changed files with 4 additions and 4 deletions

View File

@@ -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
}
}