Skip to content

Commit

Permalink
Merge pull request #253 from bdclark/ui_binary_url
Browse files Browse the repository at this point in the history
Update URL for UI package
  • Loading branch information
johnbellone committed Dec 11, 2015
2 parents ede4642 + 09ba601 commit df04559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/consul_ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConsulUI < Chef::Resource

# @!attribute binary_url
# @return [String]
attribute(:binary_url, kind_of: String, default: 'https://releases.hashicorp.com/consul/%{version}/%{filename}.zip')
attribute(:binary_url, kind_of: String, default: 'https://releases.hashicorp.com/consul/%{version}/consul_%{filename}.zip')

# @!attribute source_url
# @return [String]
Expand Down

0 comments on commit df04559

Please sign in to comment.