Skip to content

Commit

Permalink
Update src/tar.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
  • Loading branch information
henrymercer and aeisenberg authored Oct 7, 2024
1 parent 057e1ec commit bf2e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit bf2e624

Please sign in to comment.