Browse Source

Fix config path

pull/1785/head
jlukic 9 years ago
parent
commit
8c27ff5c05
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/config/project/config.js

2
tasks/config/project/config.js

@ -27,7 +27,7 @@ module.exports = {
;
if( fs.existsSync(currentPath) ) {
// found file
configPath = path.normalize(currentPath);
configPath = path.normalize(directory);
return;
}
else {

Loading…
Cancel
Save