Skip to content

Commit

Permalink
Merge pull request #8 from mydrive/fix-binary-location
Browse files Browse the repository at this point in the history
Refer to configured install location
  • Loading branch information
John Bellone committed May 31, 2014
2 parents 62acd0b + 75814d0 commit fb03895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/binary_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
action :dump
end

file '/usr/local/bin/consul' do
file "#{node[:consul][:install_dir]}/consul" do
mode '0755'
action :touch
end

0 comments on commit fb03895

Please sign in to comment.