mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
commands: Read disableFastRender from flag even if it's not changed
Fixes #5353
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user