refactor: Improve warning message

This commit is contained in:
Mariusz Nowak 2023-01-26 19:31:22 +01:00 committed by Mariusz Nowak
parent 741847d232
commit 2198799f73

View File

@ -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;