Skip to content

Commit dcf4c89

Browse files
committed
fixup! Moar
1 parent c5b9f94 commit dcf4c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LibGit2Sharp/Network.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,8 @@ public virtual void Push(
431431
Proxy.git_remote_push(remoteHandle, pushRefSpecs,
432432
new GitPushOptions()
433433
{
434-
PackbuilderDegreeOfParallelism = pushOptions.PackbuilderDegreeOfParallelism
434+
PackbuilderDegreeOfParallelism = pushOptions.PackbuilderDegreeOfParallelism,
435+
RemoteCallbacks = gitCallbacks,
435436
});
436437
}
437438
finally

0 commit comments

Comments
 (0)