fix path for windows

pull/1535/head
John McLear 2013-02-18 20:40:34 +00:00
parent 19964498f3
commit 0a19589509
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ async.series([
function(callback) {
settings = require('../src/node/utils/Settings');
db = require('../src/node/db/DB');
dirty = require("../src/node_modules/ueberDB/node_modules/dirty")(padId + ".db");
dirty = require("../node_modules/ep_etherpad-lite/node_modules/ueberDB/node_modules/dirty")(padId + ".db");
callback();
},
//intallize the database