Skip to content

Commit b83fe85

Browse files
flouElad Ben-Israel
authored and
Elad Ben-Israel
committed
fix(toolkit): typo in cdk bootstrap output (#1176)
bootstraped → bootstrapped
1 parent aeb0f4f commit b83fe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/bin/cdk.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async function initCommandLine() {
282282
try {
283283
const result = await bootstrapEnvironment(environment, aws, toolkitStackName, roleArn);
284284
const message = result.noOp ? ' ✅ Environment %s was already fully bootstrapped!'
285-
: ' ✅ Successfully bootstraped environment %s!';
285+
: ' ✅ Successfully bootstrapped environment %s!';
286286
success(message, colors.blue(environment.name));
287287
} catch (e) {
288288
error(' ❌ Environment %s failed bootstrapping: %s', colors.blue(environment.name), e);

0 commit comments

Comments
 (0)