summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-24 22:15:57 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-10-24 22:15:57 +0200
commit6b78b3810a800e315b57e2d907db9040cda36ac0 (patch)
tree4f26e2f9b935c04fa8614e3d0331f16804bb1f22 /commands
parent78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494 (diff)
Revert "commands: Read disableFastRender from flag even if it's not changed"
On second thought, removing this isn't worth it. This reverts commit 78a4c2e32ef9ea8e92bb7bb3586e4c22b02eb494.
Diffstat (limited to 'commands')
-rw-r--r--commands/hugo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index 5296d1868..1cfbdcf7c 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -219,7 +219,6 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
// Will set a value even if it is the default.
flagKeysForced := []string{
- "disableFastRender",
"minify",
}