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

Commit 63f579f

Browse files
committed
Fix upgrade command
1 parent 7013b37 commit 63f579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/upgrade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export default async function (v = 'latest') {
1717
Deno.exit(0)
1818
}
1919

20-
const { install } = await import(`https://deno.land/x/aleph${version}/install.ts`)
20+
const { install } = await import(`https://deno.land/x/aleph@${version}/install.ts`)
2121
await install(version)
2222
}

0 commit comments

Comments
 (0)