From c47ae23f05a90ab31eabf4097daea432a4f5bc59 Mon Sep 17 00:00:00 2001 From: Elias Mason Date: Fri, 10 Aug 2018 13:12:36 -0700 Subject: [PATCH] Update clean script --- lib/clean.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clean.js b/lib/clean.js index d7239fb..b0c2393 100644 --- a/lib/clean.js +++ b/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;