Skip to content

Commit 0bdb075

Browse files
zeroshadeianmcook
andauthored
Apply suggestion from @ianmcook
Co-authored-by: Ian Cook <ianmcook@gmail.com>
1 parent b62fc70 commit 0bdb075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func makereq(u string) (resp *http.Response, err error) {
159159
}
160160

161161
if uri.Path == "/index.yaml" {
162-
req.Header.Set("Accept", "application/x-yaml")
162+
req.Header.Set("Accept", "application/yaml")
163163
}
164164

165165
if cred != nil {

0 commit comments

Comments
 (0)