diff options
Diffstat (limited to 'client/client.go')
-rw-r--r-- | client/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go index 3381e44..a60ee00 100644 --- a/client/client.go +++ b/client/client.go @@ -25,6 +25,6 @@ func Get(url string) (*http.Response, error) { // Add default headers for the peach http client. func buildHeaders(req *http.Request) *http.Request { req.Header.Set("User-Agent", "peach/"+version.Version+ - " ricketyspace.net/peach") + " peach.ricketyspace.net") return req } |