Merge pull request #329 from joerg/fix-http-charset

Fix charset http Content-Type header
This commit is contained in:
Scott Barron 2015-05-25 10:05:40 -04:00
commit 8ce6043f3d

@ -18,7 +18,7 @@ import (
)
const (
mediaType = "application/vnd.git-lfs+json; charset-utf-8"
mediaType = "application/vnd.git-lfs+json; charset=utf-8"
)
// The apiEvent* statuses (and the apiEvent channel) are used by