summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-24 20:33:07 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-24 20:33:07 +0200
commit78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494 (patch)
treeb486b9ba01319b24a864117af7f4bff9c6b5adfa /commands
parentd4ebfea1fffdc35059f42a46387e0aaf0ea877d2 (diff)
commands: Read disableFastRender from flag even if it's not changed
Fixes #5353
Diffstat (limited to 'commands')
-rw-r--r--commands/hugo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index 1cfbdcf7c..5296d1868 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -219,6 +219,7 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
// Will set a value even if it is the default.
flagKeysForced := []string{
+ "disableFastRender",
"minify",
}