From 22729f210abd20220a722786141ad10f22e751d8 Mon Sep 17 00:00:00 2001 From: Seshan Ravikumar Date: Thu, 22 Sep 2022 17:28:30 -0400 Subject: [PATCH] changes --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7ba218f..1faec44 100755 --- a/src/index.ts +++ b/src/index.ts @@ -115,7 +115,7 @@ async function buildPackage(pkg: Package) { return; } else { console.log("📦 -> New commits found, rebuilding"); - exec("rm -rfv ${pkgDir}"); + exec(`rm -rfv ${pkgDir}`); } } catch { console.log("📦 -> Not cloned, cloning");