Fix unterminated string

This commit is contained in:
Shawn Biddle 2019-02-09 21:17:32 -05:00
parent fe3cf35e9c
commit f302735c2e

View file

@ -43,4 +43,4 @@ if (fs.existsSync(`${gitRoot}/bundles/${name}/package.json`)) {
});
}
console.log(`Bundle installed. Commit the bundle with: git commit -m \"Added ${name} bundle\"");
console.log(`Bundle installed. Commit the bundle with: git commit -m \"Added ${name} bundle\"`);