Skip to content

Commit 62a889e

Browse files
authored
fix: suffix should be genAiPlannerBundle (#1537)
1 parent 180fdec commit 62a889e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/filePathGenerator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const filePathsFromMetadataComponent = (
122122
['GenAiFunction', [join(packageDirWithTypeDir, `${fullName}${sep}${fullName}.genAiFunction${META_XML_SUFFIX}`)]],
123123
[
124124
'GenAiPlannerBundle',
125-
[join(packageDirWithTypeDir, `${fullName}${sep}${fullName}.genAiPlanner${META_XML_SUFFIX}`)],
125+
[join(packageDirWithTypeDir, `${fullName}${sep}${fullName}.genAiPlannerBundle${META_XML_SUFFIX}`)],
126126
],
127127
[
128128
'AppFrameworkTemplateBundle',

0 commit comments

Comments
 (0)