fix missing remote name
This commit is contained in:
parent
5841552c3c
commit
707535e6fd
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -124,6 +124,7 @@ func Push(
|
||||||
remote *git.Remote,
|
remote *git.Remote,
|
||||||
) error {
|
) error {
|
||||||
return remote.Push(&git.PushOptions{
|
return remote.Push(&git.PushOptions{
|
||||||
|
RemoteName: DefaultRemoteName,
|
||||||
Auth: auth,
|
Auth: auth,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue