diff --git a/src/tar.ts b/src/tar.ts index 404963435..63fa8e928 100644 --- a/src/tar.ts +++ b/src/tar.ts @@ -97,7 +97,7 @@ export async function isZstdAvailable( } } catch (e) { logger.warning( - "Failed to determine tar version, therefore will assume zstd may not be available. " + + "Failed to determine tar version, therefore will assume zstd is not available. " + `The underlying error was: ${e}`, ); return { available: false, foundZstdBinary };