Improve prompt names (to make testing easier)

This commit is contained in:
Mariusz Nowak 2019-09-05 11:07:35 +02:00
parent e088f5236e
commit bb12637b59
No known key found for this signature in database
GPG Key ID: B1FBDA8A182B03F2

View File

@ -74,7 +74,7 @@ http://slss.io/aws-creds-setup`);
return openBrowser('https://portal.aws.amazon.com/billing/signup').then(() =>
inquirer.prompt({
message: 'Press Enter to continue after creating an AWS account',
name: 'junk',
name: 'createAwsAccountPrompt',
})
);
}
@ -89,7 +89,7 @@ http://slss.io/aws-creds-setup`);
.then(() =>
inquirer.prompt({
message: 'Press Enter to continue after creating an AWS user with access keys',
name: 'junk',
name: 'generateAwsCredsPrompt',
})
)
.then(() => {