lib/mixlib/install/generator/bourne.rb in mixlib-install-3.3.4 vs lib/mixlib/install/generator/bourne.rb in mixlib-install-3.4.0

- old
+ new

@@ -23,10 +23,11 @@ class Bourne < Base def self.install_sh(context) install_command = [] install_command << get_script("helpers.sh", context) install_command << get_script("script_cli_parameters.sh") + install_command << get_script("check_product.sh") install_command << get_script("platform_detection.sh") install_command << get_script("fetch_metadata.sh", context) install_command << get_script("fetch_package.sh") install_command << get_script("install_package.sh") install_command.join("\n\n") @@ -42,9 +43,10 @@ def install_command install_command = [] install_command << get_script("helpers.sh", user_agent_headers: options.user_agent_headers) install_command << render_variables + install_command << get_script("check_product.sh") install_command << get_script("platform_detection.sh") install_command << get_script("fetch_metadata.sh") install_command << get_script("fetch_package.sh") install_command << get_script("install_package.sh")