Skip to content

Commit 0f4bb0d

Browse files
committed
fix download url
1 parent 193f012 commit 0f4bb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function download(
2424
{ tag, name }: Remote,
2525
local: string
2626
): Promise<boolean> {
27-
const url = `https://github.com/yao-pkg/pkg-fetch/releases/download/${tag}/${name}`;
27+
const url = `https://github.com/grain-lang/pkg-fetch/releases/download/${tag}/${name}`;
2828

2929
try {
3030
await downloadUrl(url, local);

0 commit comments

Comments
 (0)