Skip to content

Commit 6308146

Browse files
committed
fix: preflight uses resolved template path
1 parent 83a7718 commit 6308146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preflight/runOnePagePreflight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function collectForTemplateChoice(
103103
}
104104
collector.templatesToScan.clear();
105105
};
106-
await walk(choice.templatePath);
106+
await walk(templatePath);
107107
}
108108

109109
return collector;

0 commit comments

Comments
 (0)