Skip to content

Commit f9ceee5

Browse files
committed
fix: incorrect text
1 parent 7b8b151 commit f9ceee5

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
@@ -261,7 +261,7 @@ const questionsPullFunctionsCode = [
261261
{
262262
type: "confirm",
263263
name: "override",
264-
message: "Do you want to pull source code of active deployment?"
264+
message: "Do you want to pull source code of the latest deployment?"
265265
},
266266
];
267267

0 commit comments

Comments
 (0)