mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
making a minor fix
Carelessly forgot to space out the message correctly
This commit is contained in:
parent
4d424b9d25
commit
0874f77d0b
@ -153,9 +153,9 @@ class AwsProvider {
|
||||
if (e.message === 'The security token included in the request is invalid') {
|
||||
const errorMessage = [
|
||||
'The AWS security token included in the request is invalid.',
|
||||
'Please check your ~./aws/credentials file and verify your keys are correct.',
|
||||
'More information on setting up credentials',
|
||||
`can be found here: ${chalk.green('https://git.io/vXsdd')}.`
|
||||
' Please check your ~./aws/credentials file and verify your keys are correct.',
|
||||
' More information on setting up credentials',
|
||||
` can be found here: ${chalk.green('https://git.io/vXsdd')}.`
|
||||
].join('');
|
||||
e.message = errorMessage;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user