Fix review comments

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2023-07-11 15:48:24 +02:00
parent f920a61031
commit 8a8d165ca6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/create-app': minor
'@backstage/create-app': patch
---
Enable specifying an external application template when using the `create-app` CLI command.
+1 -1
View File
@@ -66,7 +66,7 @@ export default async (opts: OptionValues): Promise<void> => {
]);
const templateDir = opts.templatePath
? resolvePath(paths.targetDir, opts.templatePath)
? paths.resolveTarget(opts.templatePath)
: paths.resolveOwn('templates/default-app');
const tempDir = resolvePath(os.tmpdir(), answers.name);