Skip to content

Commit ef25b1c

Browse files
tannevaledCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2f57230 commit ef25b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ async function query_pkgx(
319319
const user = Deno.env.get("USER")!;
320320
args.unshift("-u", user, pkgx);
321321
}
322-
322+
323323
const proc = new Deno.Command(cmd, {
324324
args: [...args, "--json=v1"],
325325
stdout: "piped",

0 commit comments

Comments
 (0)