typo.
This commit is contained in:
parent
90545b0681
commit
da01142052
|
@ -202,7 +202,7 @@ void push()
|
||||||
|
|
||||||
check(git_remote_lookup(&remote, _repo, "origin"));
|
check(git_remote_lookup(&remote, _repo, "origin"));
|
||||||
check(git_push_options_init(&options, GIT_PUSH_OPTIONS_VERSION));
|
check(git_push_options_init(&options, GIT_PUSH_OPTIONS_VERSION));
|
||||||
options.callbacks.credentials = cred_aquire;
|
options.callbacks.credentials = cred_acquire;
|
||||||
|
|
||||||
check(git_remote_push(remote, &refspecs, &options));
|
check(git_remote_push(remote, &refspecs, &options));
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user