Skip to content

Commit bf2e624

Browse files
Update src/tar.ts
Co-authored-by: Andrew Eisenberg <[email protected]>
1 parent 057e1ec commit bf2e624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export async function isZstdAvailable(
9797
}
9898
} catch (e) {
9999
logger.warning(
100-
"Failed to determine tar version, therefore will assume zstd may not be available. " +
100+
"Failed to determine tar version, therefore will assume zstd is not available. " +
101101
`The underlying error was: ${e}`,
102102
);
103103
return { available: false, foundZstdBinary };

0 commit comments

Comments
 (0)