Skip to content

Commit 96383d2

Browse files
chore: replace .aiAuthoringBundle-meta.xml with .bundle-meta.xml
1 parent e3e2099 commit 96383d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default class AgentGenerateAuthoringBundle extends SfCommand<AgentGenerat
129129

130130
// Generate file paths
131131
const agentPath = join(targetOutputDir, `${bundleApiName}.agent`);
132-
const metaXmlPath = join(targetOutputDir, `${bundleApiName}.aiAuthoringBundle-meta.xml`);
132+
const metaXmlPath = join(targetOutputDir, `${bundleApiName}.bundle-meta.xml.xml`);
133133

134134
// Write Agent file
135135
const conn = targetOrg.getConnection(flags['api-version']);

0 commit comments

Comments
 (0)