fix missing remote name

This commit is contained in:
Tim Schubert 2022-05-31 18:41:15 +02:00
parent 5841552c3c
commit 707535e6fd
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -124,6 +124,7 @@ func Push(
remote *git.Remote,
) error {
return remote.Push(&git.PushOptions{
RemoteName: DefaultRemoteName,
Auth: auth,
})
}