Skip to content

Commit

Permalink
Fix install package to work with custom download_checksum
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schroeder <[email protected]>
  • Loading branch information
tschroeder-zendesk committed Dec 21, 2023
1 parent 55ff86f commit 0d336a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
elasticsearch_install_package "ElasticSearch #{new_resource.version}" do
version new_resource.version
instance_name new_resource.instance_name
download_url download_url
download_checksum download_checksum
download_url new_resource.download_url
download_checksum new_resource.download_checksum
end
when 'repository'
elasticsearch_install_repository "ElasticSearch #{new_resource.version}" do
Expand Down

0 comments on commit 0d336a7

Please sign in to comment.