Skip to content

Commit 3f3a360

Browse files
chore: fix typo
1 parent 96383d2 commit 3f3a360

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}.bundle-meta.xml.xml`);
132+
const metaXmlPath = join(targetOutputDir, `${bundleApiName}.bundle-meta.xml`);
133133

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

0 commit comments

Comments
 (0)