Skip to content

Commit e5bb228

Browse files
committed
proxy support
1 parent 63f3f38 commit e5bb228

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scm/driver/github/github.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ func NewWithProxy(uri, proxyURL string) (*scm.Client, error) {
5757
client.Reviews = &reviewService{client}
5858
client.Users = &userService{client}
5959
client.Webhooks = &webhookService{client}
60-
<<<<<<< Updated upstream
61-
60+
6261
client.Client.Client = &http.Client{Transport: http.DefaultTransport}
63-
=======
64-
>>>>>>> Stashed changes
6562

6663
if proxyURL != "" {
6764
transport, err := proxy.NewTransport(http.DefaultTransport, proxyURL)

0 commit comments

Comments
 (0)