summaryrefslogtreecommitdiff
path: root/installer/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'installer/test.ts')
-rw-r--r--installer/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/test.ts b/installer/test.ts
index 02a1aade1..2309be443 100644
--- a/installer/test.ts
+++ b/installer/test.ts
@@ -16,7 +16,7 @@ const isWindows = Deno.platform.os === "win";
async function startFileServer(): Promise<void> {
fileServer = run({
args: [
- "deno",
+ Deno.execPath,
"run",
"--allow-read",
"--allow-net",