Update clean script

This commit is contained in:
Elias Mason 2018-08-10 13:12:36 -07:00
parent c2e7c5bd7e
commit c47ae23f05
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ exec('rm -rf ' + path.join(path.resolve('.'), 'content') + ' && mkdir content &&
console.error('Error creating new project files.');
return;
}
exec ('cat ' + path.join('themes', 'cupper', 'data', 'README_BLANK.md') + ' > README.md', function(error, stdout, stderr) {
exec ('cat ' + path.join('themes', 'cupper', 'clean', 'README_BLANK.md') + ' > README.md', function(error, stdout, stderr) {
if (error !== null) {
console.error('Error initializing README file.');
return;