Update src/tar.ts

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Henry Mercer 2024-10-07 10:25:25 +01:00 committed by GitHub
parent 057e1ecd3d
commit bf2e624d0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 };