Skip to content

Commit

Permalink
fix baseDir
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jun 21, 2015
1 parent 3894d9a commit a9aea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Expand Up @@ -22,7 +22,7 @@ var settingsDefault = {
// determine paths for config and data

var moduleDir = path.join(__dirname, '..');
var baseDir = path.join(moduleDir, '..');
var baseDir = path.join(moduleDir, '..', '..');
var homeDir = process.env[(process.platform === 'win32') ? 'USERPROFILE' : 'HOME'];

var confDir;
Expand Down

0 comments on commit a9aea01

Please sign in to comment.