Skip to content

Commit a7f5504

Browse files
committed
fix: updating the UI to the TanStack style
1 parent 11a91b2 commit a7f5504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cta-engine/src/add-to-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,5 @@ export async function addToApp(
272272
writeConfigFileToEnvironment(environment, newOptions)
273273
environment.finishStep('write-config-file', 'Config file written')
274274

275-
environment.outro('Add-ons added successfully!')
275+
environment.outro(`Add-ons ${addOns.join(', ')} added!`)
276276
}

0 commit comments

Comments
 (0)