mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #6395 from serverless/aws-cred-msg
actually update the right aws creds link interactive setup aws
This commit is contained in:
commit
2d58688b55
@ -62,7 +62,7 @@ https://serverless.com/framework/docs/providers/aws/guide/credentials#creating-a
|
||||
}
|
||||
process.stdout.write(
|
||||
`\nGo here to learn how to create your AWS credentials:\n${chalk.bold(
|
||||
'https://github.com/serverless/enterprise/blob/master/docs/setup-aws-account.md'
|
||||
'https://serverless.com/framework/docs/providers/aws/guide/credentials#creating-aws-access-keys'
|
||||
)}\nThen enter them here:\n\n`
|
||||
);
|
||||
return awsAccessKeyIdInput().then(accessKeyId =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user