From d36d71edd3b04df3b34edf4d108e3995a244c4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 2 Jan 2018 09:40:58 +0100 Subject: commands: Fix broken hugo --renderToMemory The `--renderToMemory` flag stopped working on `hugo` in 0.32. Note that this is only useful for benchmark testing, as there is no easy way to actually view the result. Fixes #4212 --- commands/hugo.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') diff --git a/commands/hugo.go b/commands/hugo.go index 743c5a267..7f0b6cd05 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -132,6 +132,7 @@ Complete documentation is available at http://gohugo.io/.`, if buildWatch { c.Set("disableLiveReload", true) } + c.Set("renderToMemory", renderToMemory) return nil } -- cgit v1.2.3