From 76805d0f0263e1507ca54658a457d2c399de06db Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 10 Feb 2015 18:41:06 -0500 Subject: [PATCH] over and over --- tasks/install.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/install.js b/tasks/install.js index cfb53c84e..0c96cc369 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -88,9 +88,9 @@ module.exports = function () { updatePaths = { config : path.join(manager.root, files.config), tasks : path.join(manager.root, currentConfig.base, folders.tasks), - definition : path.join(currentConfig.paths.source.definitions), - site : path.join(currentConfig.paths.source.site), - theme : path.join(currentConfig.paths.source.themes) + definition : path.join(currentConfig.paths.source.definitions.replace(process.cwd(), '')), + site : path.join(currentConfig.paths.source.site.replace(process.cwd(), '')), + theme : path.join(currentConfig.paths.source.themes.replace(process.cwd(), '')) } ;