We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cdk bootstrap
1 parent aeb0f4f commit b83fe85Copy full SHA for b83fe85
packages/aws-cdk/bin/cdk.ts
@@ -282,7 +282,7 @@ async function initCommandLine() {
282
try {
283
const result = await bootstrapEnvironment(environment, aws, toolkitStackName, roleArn);
284
const message = result.noOp ? ' ✅ Environment %s was already fully bootstrapped!'
285
- : ' ✅ Successfully bootstraped environment %s!';
+ : ' ✅ Successfully bootstrapped environment %s!';
286
success(message, colors.blue(environment.name));
287
} catch (e) {
288
error(' ❌ Environment %s failed bootstrapping: %s', colors.blue(environment.name), e);
0 commit comments