From ee9d6f3fdeafe2308afba697d308905a59b09724 Mon Sep 17 00:00:00 2001 From: oleg Date: Sun, 4 Oct 2015 15:56:04 +0300 Subject: [PATCH] fix build logs db name --- db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.js b/db.js index dd72a6b..a1922aa 100644 --- a/db.js +++ b/db.js @@ -78,7 +78,7 @@ exports.init = function(dbPath, params, callback) { ); }; - var buildLogsDbPath = path.join(dbPath, 'main'), + var buildLogsDbPath = path.join(dbPath, 'buildLogs'), buildLogsDb = nlevel.db(buildLogsDbPath, params, callback); exports.logLines = new nlevel.DocsSection(buildLogsDb, 'logLines', {