Skip to content

Commit 50f2ac6

Browse files
committed
Fix clone example callbacks key in fetchOptions
1 parent 8d25941 commit 50f2ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/clone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fse.remove(path).then(function() {
1010
"https://github.com/nodegit/nodegit.git",
1111
path,
1212
{
13-
remoteCallbacks: {
13+
callbacks: {
1414
certificateCheck: function() {
1515
// github will fail cert check on some OSX machines
1616
// this overrides that check

0 commit comments

Comments
 (0)