diff options
Diffstat (limited to 'installer/mod.ts')
-rw-r--r-- | installer/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/mod.ts b/installer/mod.ts index c38f1dbd4..d6ebedbd4 100644 --- a/installer/mod.ts +++ b/installer/mod.ts @@ -227,7 +227,7 @@ export async function install( // ensure script that is being installed exists const ps = run({ - args: [Deno.execPath, "fetch", "--reload", moduleUrl], + args: [Deno.execPath(), "fetch", "--reload", moduleUrl], stdout: "inherit", stderr: "inherit" }); |