Skip to content

Commit bc97b0b

Browse files
committed
fix package bug
1 parent 4273ec0 commit bc97b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/creators/newPackageProject.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ export class NewPackageProject implements PythonProjectCreator {
140140
'copilot-instructions-text',
141141
'package-copilot-instructions.md',
142142
);
143-
await manageCopilotInstructionsFile(destRoot, packageName, [
144-
{ searchValue: '<package_name>', replaceValue: packageInstructionsPath },
143+
await manageCopilotInstructionsFile(destRoot, packageInstructionsPath, [
144+
{ searchValue: '<package_name>', replaceValue: packageName },
145145
]);
146146
}
147147

0 commit comments

Comments
 (0)