Skip to content

Commit

Permalink
fix github url
Browse files Browse the repository at this point in the history
  • Loading branch information
Wing924 committed Sep 26, 2017
1 parent 80830c8 commit afcc286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ class Chef::Resource
include_recipe 'erlang'

version = node['rabbitmq']['version']
url_version = version.gsub('.', '_')

default_package_url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/v#{version}/"
default_package_url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/rabbitmq_v#{version}/"

default_deb_package_name = "rabbitmq-server_#{version}-1_all.deb"

Expand Down

0 comments on commit afcc286

Please sign in to comment.