Skip to content

Commit

Permalink
fix: update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasRod23 committed May 5, 2022
1 parent f914225 commit 091667f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/amplify-cli/src/init-steps/s9-onSuccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ export async function onSuccess(context: $TSContext) {
const appId = currentAmplifyMeta?.providers?.awscloudformation?.AmplifyAppId;

if (!appId) {
printer.warn('You have reached your Amplify App limit:');
printer.warn('The maximum number of apps that you can create with Amplify in this region has likely been reached:');
printer.info('For more information on Amplify Service Quotas, see:');
printer.info('https://docs.aws.amazon.com/general/latest/gr/amplify.html');
printer.info('https://docs.aws.amazon.com/general/latest/gr/amplify.html#service-quotas-amplify');
printer.blankLine();
}
}
Expand Down

0 comments on commit 091667f

Please sign in to comment.