commands: Read disableFastRender from flag even if it's not changed

Fixes #5353
This commit is contained in:
Bjørn Erik Pedersen 2018-10-24 20:33:07 +02:00
parent d4ebfea1ff
commit 78a4c2e32e
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -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",
}