Skip to content

Commit

Permalink
[COOK-3742] Remove trailing comma to restore Ruby 1.8 support
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Vargo <sethvargo@gmail.com>
  • Loading branch information
İşbaran Akçayır authored and sethvargo committed Oct 7, 2013
1 parent 0423ba0 commit 9d0c6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/_proxy_apache2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
mode '0644'
variables(
:host_name => host_name,
:www_redirect => www_redirect,
:www_redirect => www_redirect
)

if File.exists?("#{node['apache']['dir']}/sites-enabled/jenkins")
Expand Down

0 comments on commit 9d0c6a0

Please sign in to comment.