walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Add BaseUrl to support GitHub Enterprise #149

Closed mizzy closed 8 years ago

mizzy commented 8 years ago

go-github can handle GitHub Enterprise by setting github.Client.BaseURL . So I made a change to set github.Client.BaseURL .

takahi-i commented 8 years ago

LGTM. Thanks!