Browse Source

Fix tasks path in update

pull/1785/head
jlukic 9 years ago
parent
commit
098430f7ac
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/install.js

2
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)
}
;

Loading…
Cancel
Save