Fix example website output path when copying examples

This commit is contained in:
Joel Marcey 2017-12-14 09:13:21 -08:00
parent a039b0df09
commit 3404b40096

View file

@ -201,7 +201,7 @@ if (feature === 'translations') {
if (exampleSiteCreated) {
console.log(
`${chalk.green('Example website created')} in ${chalk.green(
CWD + '/website'
outerFolder + '/website'
)}\n`
);
}