mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Revert "commands: Read disableFastRender from flag even if it's not changed"
On second thought, removing this isn't worth it.
This reverts commit 78a4c2e32e
.
This commit is contained in:
parent
78a4c2e32e
commit
6b78b3810a
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue