diff --git a/build/init.js b/build/init.js index 14826e5..274b72d 100644 --- a/build/init.js +++ b/build/init.js @@ -11,7 +11,7 @@ export default function initialiseProject() { process1.on("exit", () => { if (!fs.existsSync(".git")) { let process2 = exec( - "git init && git add -A && git commit -m 'Initial commit'" + 'git init && git add -A && git commit -m "Initial commit"' ); process2.stdout.pipe(process.stdout); process2.stderr.pipe(process.stderr);