Skip to content

Commit

Permalink
use actual crypton container deletion method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam Pedersen committed Oct 9, 2013
1 parent 8239dae commit abe4424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/crypton.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CryptonDriver.prototype.removeKey = function (type, id, callback) {
var that = this;
var containerName = this.makeContainerName(type, id);

that.session.remove(containerName, function (err) {
that.session.deleteContainer(containerName, function (err) {
callback(err);
});
};
Expand Down

0 comments on commit abe4424

Please sign in to comment.