Fix require of config in odmRunner.js

pull/1/head
Matthew Berryman 2016-07-29 10:31:30 +10:00
rodzic 40d2479f10
commit f23e5df884
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
"use strict";
let spawn = require('child_process').spawn;
let config = require('./config.js');
let config = require('../config.js');
module.exports = {
run: function(options = {