Skip to content

Commit

Permalink
Merge pull request #181 from holidayworking/fix_basho-patches_directo…
Browse files Browse the repository at this point in the history
…ry_path

fix basho-patches directory path
  • Loading branch information
Seth Thomas committed Jul 3, 2015
2 parents 619f0be + 6cc07a6 commit 1b6c30a
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 1b6c30a

Please sign in to comment.