Skip to content

Commit e4306d4

Browse files
committed
fixup test failure
1 parent 7a6df05 commit e4306d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/api/deployments/hotswap-deployments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ async function applyHotswappableChange(sdk: SDK, ioSpan: IMessageSpan<any>, hots
472472
const customUserAgent = `cdk-hotswap/success-${hotswapOperation.service}`;
473473
sdk.appendCustomUserAgent(customUserAgent);
474474

475-
const resourceText = (r: AffectedResource) => r.description ?? `${r.resourceType}: '${r.physicalName ?? r.logicalId}`;
475+
const resourceText = (r: AffectedResource) => r.description ?? `${r.resourceType}: '${r.physicalName ?? r.logicalId}'`;
476476

477477
for (const resource of hotswapOperation.change.resources) {
478478
await ioSpan.notify(IO.DEFAULT_TOOLKIT_INFO.msg(format(` ${ICON} %s`, chalk.bold(resourceText(resource)))));

0 commit comments

Comments
 (0)