From 098430f7ac5c55700f3ec564ab8ac8f21c3a7f1d Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 10 Feb 2015 17:03:21 -0500 Subject: [PATCH] Fix tasks path in update --- tasks/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.js b/tasks/install.js index 56132508c..4911413bd 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -90,7 +90,7 @@ module.exports = function () { definition : path.join(manager.root, currentConfig.paths.source.definitions), site : path.join(manager.root, currentConfig.paths.source.site), theme : path.join(manager.root, currentConfig.paths.source.themes), - tasks : path.join(manager.root, folders.tasks), + tasks : path.join(manager.root, currentConfig.base, folders.tasks) } ;