Skip to content

Commit

Permalink
Fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 17, 2025
1 parent ca393fc commit ef95ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function install(args: string[]) {
set("PKGX_DIR");

const proc = new Deno.Command("pkgx", {
args: [...args, "--json"],
args: [...args, "--json=v1"],
stdout: "piped",
env,
clearEnv: true,
Expand Down

0 comments on commit ef95ed1

Please sign in to comment.