mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-03 00:50:11 +03:00
commands: Fix case in names of some methods
This commit is contained in:
parent
be39ae5e11
commit
6fb4f048e1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue