Skip to content

Commit

Permalink
Merge pull request #174 from brandt/fix_path_selection
Browse files Browse the repository at this point in the history
Fix backwards URL selection for Riak EE
  • Loading branch information
Seth Thomas committed Jun 19, 2015
2 parents f06c934 + 2975d35 commit d48430d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

# Enterprise download URL changed with release of 2.1
if major_minor.to_f >= 2.1
ee_url_prefix = "http://private.downloads.basho.com/riak_ee/#{node['riak']['package']['enterprise_key']}/#{major_minor}/#{version_str}"
else
ee_url_prefix = "http://private.downloads.basho.com/riak_ee/#{node['riak']['package']['enterprise_key']}/#{version_str}"
else
ee_url_prefix = "http://private.downloads.basho.com/riak_ee/#{node['riak']['package']['enterprise_key']}/#{major_minor}/#{version_str}"
end

case install_method
Expand Down

0 comments on commit d48430d

Please sign in to comment.