mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
commands: Read disableFastRender from flag even if it's not changed
Fixes #5353
This commit is contained in:
parent
d4ebfea1ff
commit
78a4c2e32e
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ func initializeFlags(cmd *cobra.Command, cfg config.Provider) {
|
||||||
|
|
||||||
// Will set a value even if it is the default.
|
// Will set a value even if it is the default.
|
||||||
flagKeysForced := []string{
|
flagKeysForced := []string{
|
||||||
|
"disableFastRender",
|
||||||
"minify",
|
"minify",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue