We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfec7bf commit 43c66f2Copy full SHA for 43c66f2
packages/sfpowerscripts-cli/src/commands/impact/releaseconfig.ts
@@ -118,7 +118,7 @@ export default class ReleaseConfig extends SfpowerscriptsCommand {
118
for (const impactedReleaseConfig of impacatedReleaseConfigs) {
119
let item = [
120
impactedReleaseConfig.releaseName,
121
- impactedReleaseConfig.domainNameUsedForPools,
+ impactedReleaseConfig.pool,
122
impactedReleaseConfig.filePath,
123
];
124
table.push(item);
0 commit comments