Update clean script
This commit is contained in:
parent
c2e7c5bd7e
commit
c47ae23f05
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user