Skip to content

Commit

Permalink
fix: bad tar args
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 20, 2023
1 parent 8f6c6b6 commit 1ec035f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ports/cpy_bs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class Port extends PortBase {
const fileDwnPath = fileDwnEntry.path.toString();
await $`${
depExecShimPath(tar_aa_id, "tar", args.depArts)
} -axf ${fileDwnPath} --directory=${args.tmpDirPath}`;
} xf ${fileDwnPath} --directory=${args.tmpDirPath}`;

const installPath = $.path(args.installPath);
if (await installPath.exists()) {
Expand Down

0 comments on commit 1ec035f

Please sign in to comment.