Skip to content

Commit 2645711

Browse files
committed
fix: dir name
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
1 parent 81e4137 commit 2645711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-wapi-app/src/create-bot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export async function createWhatsappBot(options: {
6262
const deno = packageManagerInUse === PackageManagerEnum.Deno;
6363
await cp(
6464
new URL(
65-
path.resolve(`./template/${deno ? "Deno" : isTypescriptEnabled ? "typescript" : 'javascript'}`),
65+
`../../template/${deno ? "Deno" : isTypescriptEnabled ? "typescript" : 'javascript'}`,
6666
import.meta.url,
6767
),
6868
root,

0 commit comments

Comments
 (0)