Skip to content

Commit

Permalink
Merge pull request #10 from christianewillman/master
Browse files Browse the repository at this point in the history
Fix: RuboCop violation
  • Loading branch information
pghalliday committed Feb 16, 2016
2 parents 7df2168 + 160892c commit 1c1eda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
sonarqube_group = node['sonarqube']['group']

sonarqube_config_dir = node['sonarqube']['config']['dir'] % { version: sonarqube_version }
sonarqube_config_file = node['sonarqube']['config']['file']
sonarqube_config_file = node['sonarqube']['config']['file']

sonarqube_zipfile_destination = ::File.join(Chef::Config[:file_cache_path], "sonarqube-#{sonarqube_version}.zip")
sonarqube_zipfile_source = "#{sonarqube_mirror}/sonarqube-#{sonarqube_version}.zip"
Expand Down

0 comments on commit 1c1eda3

Please sign in to comment.