Skip to content

Commit 4194370

Browse files
committed
fix(core): use correct syntax for substitution generate files
1 parent b814283 commit 4194370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/plugin/src/generators/init/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Please retry the generator with a "--project" specified.`);
9898

9999
if (sourceRoot) {
100100
// generate Experience component
101-
generateFiles(tree, join(__dirname, 'files'), sourceRoot, { __tmpl__: '' });
101+
generateFiles(tree, join(__dirname, 'files'), sourceRoot, { tmpl: '' });
102102

103103
const { isStandalone } = await prompt<{ isStandalone: boolean }>({
104104
type: 'confirm',

0 commit comments

Comments
 (0)