From 1323bbf0353e43a84e19d276e34f657abb260538 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Wed, 29 May 2019 16:56:48 +0530 Subject: [PATCH] chore: update variable name --- packages/generators/utils/add/questions/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generators/utils/add/questions/index.ts b/packages/generators/utils/add/questions/index.ts index d4e5cc5d1c1..90981a70007 100644 --- a/packages/generators/utils/add/questions/index.ts +++ b/packages/generators/utils/add/questions/index.ts @@ -59,7 +59,7 @@ const mergeFileQuestionsFunction = () => { }; const mergeConfigNameQuestion = "What is the name by which you want to denote above configuration?"; return [ - InputValidate("mergeFile", mergeFileQuestion, mergePathValidator), + InputValidate("mergeFile", mergePathQuestion, mergePathValidator), Input("mergeConfigName", mergeConfigNameQuestion) ] };