From: Hanchen Wang Date: Thu, 19 May 2016 19:15:03 +0000 (-0400) Subject: hugolib: Bug fix futureStats X-Git-Tag: v0.17~293 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=32c0e3fd;p=brevno-suite%2Fhugo hugolib: Bug fix futureStats --- diff --git a/hugolib/site.go b/hugolib/site.go index b803864b..bc43ebc7 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -2162,7 +2162,7 @@ func (s *Site) futureStats() string { case 1: msg = "1 future rendered" default: - msg = fmt.Sprintf("%d future rendered", s.draftCount) + msg = fmt.Sprintf("%d future rendered", s.futureCount) } if viper.GetBool("BuildFuture") {