Skip to content

Commit 7ed643e

Browse files
Update templates/cli/lib/commands/init.js.twig
1 parent 9116fc0 commit 7ed643e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/init.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const initFunction = async () => {
174174
fs.mkdirSync(functionDir, "777");
175175
fs.mkdirSync(templatesDir, "777");
176176
const repo = "https://github.com/{{ sdk.gitUserName }}/templates";
177-
const api = `https://api.github.com/repos/appwrite/templates/contents/${answers.runtime.name}`
177+
const api = `https://api.github.com/repos/{{ sdk.gitUserName }}/templates/contents/${answers.runtime.name}`
178178
const templates = ['Starter'];
179179
let selected = undefined;
180180

0 commit comments

Comments
 (0)