Skip to content

Commit 72923b1

Browse files
committed
Renamed sig to signature
1 parent 2d8258e commit 72923b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/signature.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Signature.prototype.duplicate = function(callback) {
2020
callback(null, new Signature(git.rawSignature.duplicate()));
2121
};
2222

23-
exports.sig = Signature;
23+
exports.signature = Signature;

0 commit comments

Comments
 (0)