Skip to content

Commit 1323bbf

Browse files
committed
chore: update variable name
1 parent 248b9cc commit 1323bbf

File tree

1 file changed

+1
-1
lines changed
  • packages/generators/utils/add/questions

1 file changed

+1
-1
lines changed

packages/generators/utils/add/questions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const mergeFileQuestionsFunction = () => {
5959
};
6060
const mergeConfigNameQuestion = "What is the name by which you want to denote above configuration?";
6161
return [
62-
InputValidate("mergeFile", mergeFileQuestion, mergePathValidator),
62+
InputValidate("mergeFile", mergePathQuestion, mergePathValidator),
6363
Input("mergeConfigName", mergeConfigNameQuestion)
6464
]
6565
};

0 commit comments

Comments
 (0)