We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a91b2 commit a7f5504Copy full SHA for a7f5504
packages/cta-engine/src/add-to-app.ts
@@ -272,5 +272,5 @@ export async function addToApp(
272
writeConfigFileToEnvironment(environment, newOptions)
273
environment.finishStep('write-config-file', 'Config file written')
274
275
- environment.outro('Add-ons added successfully!')
+ environment.outro(`Add-ons ${addOns.join(', ')} added!`)
276
}
0 commit comments