Skip to content

Commit

Permalink
Merge pull request #54 from JamesBelchamber/typo
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
stevendanna committed Jul 30, 2014
2 parents 80477e2 + 00cc181 commit 30f5af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ node.override['logrotate']['global']['nocompress'] = true
The same is true of frequency directives; to be certain the frequency directive you want is included in the global configuration, you should override the ones you don't want as false:

```ruby
%w[ daily, weekly, yearly ].do |freq|
%w[ daily, weekly, yearly ].each do |freq|
node.override['logrotate']['global'][freq] = false
end
node.override['logrotate']['global']['monthly'] = true
Expand Down

0 comments on commit 30f5af5

Please sign in to comment.