diff --git a/aicommits.ts b/aicommits.ts index 3ca6b32..1cd1400 100644 --- a/aicommits.ts +++ b/aicommits.ts @@ -28,7 +28,7 @@ export async function main() { } const diff = execSync( - "git diff --cached . ':(exclude)package-lock.json' ':(exclude)yarn.lock' ':(exclude)pnpm-lock.yaml'", + `git diff --cached . ":(exclude)package-lock.json" ":(exclude)yarn.lock" ":(exclude)pnpm-lock.yaml"`, { encoding: "utf8", }