From 320a1d62858fa13247711c60b93421d839387ff5 Mon Sep 17 00:00:00 2001 From: Bedis Nbiba Date: Fri, 11 Apr 2025 09:59:39 +0100 Subject: [PATCH] fix: fix upgrade command --- src/subcommands/upgrade.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/subcommands/upgrade.ts b/src/subcommands/upgrade.ts index 81788c2..f1fe1d5 100644 --- a/src/subcommands/upgrade.ts +++ b/src/subcommands/upgrade.ts @@ -70,6 +70,7 @@ export default async function (rawArgs: Record): Promise { const process = new Deno.Command(Deno.execPath(), { args: [ "install", + "--global", "--allow-read", "--allow-write", "--allow-env",