diff --git a/src/cli.ts b/src/cli.ts index bf34d76..6094a88 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -74,7 +74,7 @@ const mainCommand = defineCommand({ }); const _from = r.name || r.url; - const _to = relative(process.cwd(), r.dir); + const _to = relative(process.cwd(), r.dir) || "./"; consola.log(`✨ Successfully cloned \`${_from}\` to \`${_to}\`\n`); if (args.shell) {