Skip to content

Commit c09ea49

Browse files
Update templates/cli/lib/commands/init.js.twig
1 parent 0d04b38 commit c09ea49

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
@@ -273,7 +273,7 @@ const initFunction = async () => {
273273

274274
localConfig.addFunction(data);
275275
success();
276-
log(`* use 'appwrite dev function' for local development\n${' '.repeat(7)}* use 'appwrite push functions' to push the function to your {{ spec.title|caseUcfirst }} instance`)
276+
log(`* Use 'appwrite dev function' for local development\n${' '.repeat(7)}* Use 'appwrite push functions' to push the function to your {{ spec.title|caseUcfirst }} instance`)
277277
}
278278

279279
const init = new Command("init")

0 commit comments

Comments
 (0)