Browse Source

fixed wrong var type in shepherd.js

all-modes
pbca26 8 years ago
parent
commit
7486433f11
  1. 2
      routes/shepherd.js

2
routes/shepherd.js

@ -1864,7 +1864,7 @@ function setConf(flock) {
}
function getConf(flock) {
const komodoDir = '',
var komodoDir = '',
ZcashDir = '',
DaemonConfPath = '';

Loading…
Cancel
Save