diff --git a/hugolib/site.go b/hugolib/site.go index b803864b1..bc43ebc79 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") {