diff --git a/scripts/evict-inactive.js b/scripts/evict-inactive.js index 1ebec6983..f23cbd7cd 100644 --- a/scripts/evict-inactive.js +++ b/scripts/evict-inactive.js @@ -30,9 +30,9 @@ nThen(function (w) { return void console.error(err); } pins = _; - }, { + }), { pinPath: config.pinPath, - })); + }); // load the logging module so that you have a record of which // files were archived or deleted at what time