Skip to content

Commit 43c66f2

Browse files
committedOct 31, 2023
fix(impact): use correct variable in table
1 parent dfec7bf commit 43c66f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/sfpowerscripts-cli/src/commands/impact/releaseconfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default class ReleaseConfig extends SfpowerscriptsCommand {
118118
for (const impactedReleaseConfig of impacatedReleaseConfigs) {
119119
let item = [
120120
impactedReleaseConfig.releaseName,
121-
impactedReleaseConfig.domainNameUsedForPools,
121+
impactedReleaseConfig.pool,
122122
impactedReleaseConfig.filePath,
123123
];
124124
table.push(item);

0 commit comments

Comments
 (0)
Please sign in to comment.