Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/command/use/commands/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async function useTemplate(
// Copy the extensions into a substaging directory
// this will ensure that they are namespaced properly
const subStagedDir = tempContext.createDir();
await copyExtensions(source, stagedDir, subStagedDir);
await copyExtensions(source, extDir, subStagedDir);

// Now complete installation from this sub-staged directory
await completeInstallation(subStagedDir, outputDirectory);
Expand Down
Loading