Skip to content

Commit ed8d3da

Browse files
authored
Merge pull request #556 from appwrite/fix-cli-symtax-bug
Fix: CLI syntax
2 parents 3ab704a + ca7e920 commit ed8d3da

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
@@ -255,7 +255,7 @@ const questionsDeployFunctions = [
255255
{
256256
type: "input",
257257
name: "override",
258-
message: 'Are you sure you want to override this function's variables? This can lead to loss of secrets! Type "YES" to confirm.'
258+
message: 'Are you sure you want to override this function\'s variables? This can lead to loss of secrets! Type "YES" to confirm.'
259259
},
260260
]
261261

0 commit comments

Comments
 (0)