mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Improve prompt names (to make testing easier)
This commit is contained in:
parent
e088f5236e
commit
bb12637b59
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user