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 96383d2 commit 3f3a360Copy full SHA for 3f3a360
src/commands/agent/generate/authoring-bundle.ts
@@ -129,7 +129,7 @@ export default class AgentGenerateAuthoringBundle extends SfCommand<AgentGenerat
129
130
// Generate file paths
131
const agentPath = join(targetOutputDir, `${bundleApiName}.agent`);
132
- const metaXmlPath = join(targetOutputDir, `${bundleApiName}.bundle-meta.xml.xml`);
+ const metaXmlPath = join(targetOutputDir, `${bundleApiName}.bundle-meta.xml`);
133
134
// Write Agent file
135
const conn = targetOrg.getConnection(flags['api-version']);
0 commit comments