chimney
This commit is contained in:
parent
6c6f9133e9
commit
4ae6942486
|
@ -17,7 +17,6 @@ module.exports.create = function (opts) {
|
|||
}
|
||||
, setPassword: function (service, name, key) {
|
||||
var f = path.join(opts.configDir, name + keyext);
|
||||
console.log('[DEBUG] set', f);
|
||||
return fs.writeFile(f, key, 'utf8');
|
||||
}
|
||||
, deletePassword: function (service, name) {
|
||||
|
|
Loading…
Reference in New Issue