We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248b9cc commit 1323bbfCopy full SHA for 1323bbf
packages/generators/utils/add/questions/index.ts
@@ -59,7 +59,7 @@ const mergeFileQuestionsFunction = () => {
59
};
60
const mergeConfigNameQuestion = "What is the name by which you want to denote above configuration?";
61
return [
62
- InputValidate("mergeFile", mergeFileQuestion, mergePathValidator),
+ InputValidate("mergeFile", mergePathQuestion, mergePathValidator),
63
Input("mergeConfigName", mergeConfigNameQuestion)
64
]
65
0 commit comments