Skip to content

Commit a57309a

Browse files
committed
Fixed unknown oid for general examples
1 parent 58f0582 commit a57309a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/general.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ git.Repo.open(path.resolve(__dirname, '../.git'), function(error, repo) {
158158
// functions very similarly to the commit lookup, parsing and creation
159159
// methods, since the objects themselves are very similar.
160160

161-
oid = git.Oid.fromString("97f6d755647aca272e7c8003323472cefca772fc");
161+
oid = git.Oid.fromString("43f0ac7359e30b769f6b1714e0adbaf51bedbb65");
162162
repo.getTag(oid, function(error, tag) {
163163
if (error) throw error;
164164

0 commit comments

Comments
 (0)