Skip to content

Commit

Permalink
Fix tasks path in update
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 10, 2015
1 parent cc09985 commit 098430f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.js
Expand Up @@ -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)
}
;

Expand Down

0 comments on commit 098430f

Please sign in to comment.