bin/s3_website in s3_website-2.1.2 vs bin/s3_website in s3_website-2.1.3

- old
+ new

@@ -162,10 +162,10 @@ expected_checksum = File.read(File.dirname(__FILE__) + '/../resources/s3_website.jar.md5') found_checksum = Digest::MD5.file(jar_path).hexdigest if expected_checksum == found_checksum true else - logger.info_msg "The jar is corrupted. (Expected checksum #{expected_checksum} but got #{found_checksum}.)" + logger.info_msg "The jar file is corrupted. (Expected checksum #{expected_checksum} but got #{found_checksum}.)" false end end jar_file = if found_jar and jar_has_valid_checksum(found_jar, logger)