Skip to content

Commit

Permalink
Fixing typo in default.rb. Locking rubocop to ~> 0.15 in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Jan 27, 2014
1 parent 739a1ce commit 0449e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop'
gem 'rubocop', '~> 0.15'

group :integration do
gem 'test-kitchen', '~> 1.0'
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Expand Up @@ -24,7 +24,7 @@
logfile node['yum']['main']['logfile']
exactarch node['yum']['main']['exactarch']
obsoletes node['yum']['main']['obsoletes']
obsoletes node['yum']['main']['proxy']
proxy node['yum']['main']['proxy']
installonly_limit node['yum']['main']['installonly_limit']
installonlypkgs node['yum']['main']['installonlypkgs']
installroot node['yum']['main']['installroot']
Expand Down

0 comments on commit 0449e1b

Please sign in to comment.