fix path for path finder module

This commit is contained in:
Stephen Birarda 2015-12-03 13:19:18 -08:00
parent a0857fedda
commit 0c450d5515

View file

@ -41,7 +41,7 @@ app.on('window-all-closed', function() {
// Check command line arguments to see how to find binaries
var argv = require('yargs').argv;
var pathFinder = require('./path-finder.js');
var pathFinder = require('./modules/path-finder.js');
var interfacePath = null;
var dsPath = null;