feat: add clarity to CLI prompt for where repository is hosted (#103)

Users, including myself, have put the wrong link in answer to "Where is the repository hosted?"
This commit is contained in:
Spënzor 2018-07-16 15:37:01 -07:00 committed by Kent C. Dodds
parent 62f671dcd0
commit d2ce3bea26

View file

@ -32,7 +32,7 @@ const questions = [
{
type: 'input',
name: 'repoHost',
message: 'Where is the repository hosted?',
message: 'Where is the repository hosted? Hit Enter if it\'s on GitHub or GitLab',
default: function(answers) {
if (answers.repoType === 'github') {
return 'https://github.com'