mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
refactor: Improve warning message
This commit is contained in:
parent
741847d232
commit
2198799f73
@ -102,7 +102,7 @@ module.exports = {
|
||||
});
|
||||
log.warning(
|
||||
'Cannot integrate with Serverless Console: ' +
|
||||
'AWS account seems already integrated with other org'
|
||||
'AWS account is already integrated with another org'
|
||||
);
|
||||
context.inapplicabilityReasonCode = 'AWS_ACCOUNT_ALREADY_INTEGRATED';
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user