Fix examples gitignore

This commit is contained in:
Frank Li 2017-08-16 15:02:48 -07:00
parent f94e49936e
commit 999187889e
2 changed files with 1 additions and 1 deletions

View file

@ -161,7 +161,7 @@ if (feature === "translations") {
)}. Rename or remove the file to regenerate an example version.\n`
);
} else {
fs.copySync(path.join(folder, ".gitignore"), path.join(CWD, ".gitignore"));
fs.copySync(path.join(folder, "gitignore"), path.join(CWD, ".gitignore"));
console.log(
`${chalk.green("Example .gitignore file created")} in ${chalk.yellow(
"website/"