Skip to content

Commit 7f3361e

Browse files
committed
wip
1 parent 09ac277 commit 7f3361e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brewkit/unarchive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default async function (
4141
const [cmd, ...args] = mktar(url, stripComponents);
4242

4343
console.error("HI", Deno.env.get("PATH"));
44-
for await (const path of new Path(Deno.env.get("PKGX_BIN")!.ls())) {
44+
for await (const path of new Path(Deno.env.get("PKGX_BIN")!).ls()) {
4545
console.error("HII", path);
4646
}
4747

0 commit comments

Comments
 (0)