Skip to content

Commit

Permalink
fix basho-patches directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
holidayworking committed Jul 3, 2015
1 parent 619f0be commit 6cc07a6
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 @@ -77,7 +77,7 @@
end

node['riak']['patches'].each do |patch|
cookbook_file "#{node['riak']['platform_data_dir']}/lib/basho-patches/#{patch}" do
cookbook_file "#{node['riak']['platform_lib_dir']}/basho-patches/#{patch}" do
source patch
owner 'root'
mode 0644
Expand Down

0 comments on commit 6cc07a6

Please sign in to comment.