Skip to content

Commit

Permalink
commands: Read disableFastRender from flag even if it's not changed
Browse files Browse the repository at this point in the history
Fixes #5353
  • Loading branch information
bep committed Oct 24, 2018
1 parent d4ebfea commit 78a4c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/hugo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

Expand Down

0 comments on commit 78a4c2e

Please sign in to comment.