Skip to content

Commit

Permalink
fix: remove unnecessary repo level config
Browse files Browse the repository at this point in the history
  • Loading branch information
jhosteny committed Nov 2, 2020
1 parent ea72560 commit 573e2ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions git.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ func (g *GitClient) Init(branch string) error {
if err := g.command("git", "config", "user.email", "concourse@local").Run(); err != nil {
return fmt.Errorf("failed to configure git email: %s", err)
}
if err := g.command("git", "config", "url.https://[email protected]/.insteadOf", "[email protected]:").Run(); err != nil {
return fmt.Errorf("failed to configure github url: %s", err)
}
return nil
}

Expand Down

0 comments on commit 573e2ba

Please sign in to comment.