Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 2ccc937

Browse files
committed
refactor(cli): update upgrade command
1 parent a2ed082 commit 2ccc937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/upgrade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default async function (version: string) {
2828
Deno.exit(0)
2929
}
3030
const p = Deno.run({
31-
cmd: [Deno.execPath(), 'install', '-A', '-f', '-n', 'aleph', `https://deno.land/x/aleph@${version}/cli.ts`],
31+
cmd: [Deno.execPath(), 'install', '-A', '-f', '--location', 'http://localhost', '-n', 'aleph', `https://deno.land/x/aleph@${version}/cli.ts`],
3232
stdout: 'null',
3333
stderr: 'piped'
3434
})

0 commit comments

Comments
 (0)