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

Commit c8cb02e

Browse files
author
X
authored
refactor(cli): update 'alephjs-templates' download Url
1 parent 3f97700 commit c8cb02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Options:
4545
export default async function (appDir: string, options: Record<string, string | boolean>) {
4646
const rev = 'master'
4747
log.info('Downloading template...')
48-
const resp = await fetch('https://codeload.github.com/postui/alephjs-templates/tar.gz/' + rev)
48+
const resp = await fetch('https://codeload.github.com/alephjs/alephjs-templates/tar.gz/' + rev)
4949
const gzData = await Deno.readAll(fromStreamReader(resp.body!.getReader()))
5050
log.info('Saving template...')
5151
const tarData = gzipDecode(gzData)

0 commit comments

Comments
 (0)