Skip to content
Snippets Groups Projects
Commit b9a1ff05 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

fix: use default remote name form go-git

parent 2a65fc56
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,6 @@ func (repo *Repository) Init(config map[string]string) error {
}
repo.remoteName = config["remote_name"]
if repo.remoteName == "" {
repo.remoteName = "origin"
}
if config["auth_username"] == "" {
config["auth_username"] = "git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment