Skip to content

Commit

Permalink
Update templates/cli/lib/questions.js.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 authored Jun 25, 2024
1 parent c09ea49 commit bc6f25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cli/lib/questions.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ const questionsRunFunctions = [
choices: () => {
let functions = localConfig.getFunctions();
if (functions.length === 0) {
throw new Error("No functions found in the current directory, use 'appwrite init function' to create one");
throw new Error("No functions found in the current directory. Use 'appwrite init function' to create one");
}
let choices = functions.map((func, idx) => {
return {
Expand Down

0 comments on commit bc6f25e

Please sign in to comment.