We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9116fc0 commit 7ed643eCopy full SHA for 7ed643e
templates/cli/lib/commands/init.js.twig
@@ -174,7 +174,7 @@ const initFunction = async () => {
174
fs.mkdirSync(functionDir, "777");
175
fs.mkdirSync(templatesDir, "777");
176
const repo = "https://github.com/{{ sdk.gitUserName }}/templates";
177
- const api = `https://api.github.com/repos/appwrite/templates/contents/${answers.runtime.name}`
+ const api = `https://api.github.com/repos/{{ sdk.gitUserName }}/templates/contents/${answers.runtime.name}`
178
const templates = ['Starter'];
179
let selected = undefined;
180
0 commit comments