Skip to content

Commit

Permalink
chore: update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed May 29, 2019
1 parent 248b9cc commit 1323bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/utils/add/questions/index.ts
Expand Up @@ -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)
]
};
Expand Down

0 comments on commit 1323bbf

Please sign in to comment.