Skip to content

Commit ca7e920

Browse files
committed
Fix CLI syntax
1 parent 3ab704a commit ca7e920

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)