Skip to content

Commit

Permalink
Fix decompression error message (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen authored Jul 17, 2024
1 parent fb13da6 commit 7fae421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/jvm/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub(crate) fn on_error_jvm_buildpack(error: OpenJdkBuildpackError) {
),
OpenJdkBuildpackError::CannotDecompressOpenJdkTarball(error) => log_please_try_again_error(
"Unexpected IO error",
"Could decompress downloaded OpenJDK tarball file.",
"Could not decompress downloaded OpenJDK tarball file.",
error,
),
OpenJdkBuildpackError::OpenJdkDownloadError(error) => log_please_try_again_error(
Expand Down

0 comments on commit 7fae421

Please sign in to comment.