bin/s3_website in s3_website-2.1.16 vs bin/s3_website in s3_website-2.2.0
- old
+ new
@@ -147,11 +147,9 @@
@logger.info_msg 'Go to http://java.com, install Java and then try again.'
@logger.info_msg "(If you cannot or do not want to install Java, you can use latest 1.x version of this gem, which requires only Ruby. For more info, see https://github.com/laurilehmijoki/s3_website/tree/1.x)"
exit 1
end
- manual_method_help =
-
automatic_method = automatic_methods.find { |automatic_method|
resolve_exit_status automatic_method.fetch(:package_manager_lookup)
}
if automatic_method
@logger.info_msg "Do you want me to install Java with the command `#{automatic_method.fetch(:install_command)}`? [Y/n]"