summaryrefslogtreecommitdiffstats
path: root/commands/hugo.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/hugo.go')
-rw-r--r--commands/hugo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index 7f0b6cd05..0e7b755f7 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -892,6 +892,7 @@ func (c *commandeer) getDirList() ([]string, error) {
}
func (c *commandeer) recreateAndBuildSites(watching bool) (err error) {
+ defer c.timeTrack(time.Now(), "Total")
if err := c.initSites(); err != nil {
return err
}