Explorar o código

Update clean script

Elias Mason %!s(int64=7) %!d(string=hai) anos
pai
achega
c47ae23f05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/clean.js

+ 1 - 1
lib/clean.js

@@ -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;