Skip to content

Commit 2525d73

Browse files
chore: fix merge error
1 parent b9d7d14 commit 2525d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/agent/validate/authoring-bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default class AgentValidateAuthoringBundle extends SfCommand<AgentValidat
7878
}
7979
const mso = new MultiStageOutput<{ status: string; errors: string }>({
8080
jsonEnabled: this.jsonEnabled(),
81-
title: `Validating ${flags['api-name']} Authoring Bundle`,
81+
title: `Validating ${apiName} Authoring Bundle`,
8282
showTitle: true,
8383
stages: ['Validating Authoring Bundle'],
8484
stageSpecificBlock: [

0 commit comments

Comments
 (0)