Skip to content

Commit bc6f25e

Browse files
Update templates/cli/lib/questions.js.twig
1 parent c09ea49 commit bc6f25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/questions.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ const questionsRunFunctions = [
775775
choices: () => {
776776
let functions = localConfig.getFunctions();
777777
if (functions.length === 0) {
778-
throw new Error("No functions found in the current directory, use 'appwrite init function' to create one");
778+
throw new Error("No functions found in the current directory. Use 'appwrite init function' to create one");
779779
}
780780
let choices = functions.map((func, idx) => {
781781
return {

0 commit comments

Comments
 (0)