mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
hugolib: Bug fix futureStats
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
4724a5794e
commit
32c0e3fd1f
@ -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") {
|
||||
|
Reference in New Issue
Block a user