Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou authored Nov 18, 2024
1 parent 06e01cb commit 283a668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repository/opamDownload.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let wget_args = [
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
which makes some servers return an html page instead of the expected
content. This is the case for the Software Heritage REST API.
Using Accept: */* makes it on par with curl
Using "Accept: */*" makes it on par with curl
*)
CString "--header=Accept: */*", None;
CString "-t", None; CIdent "retry", None;
Expand Down

0 comments on commit 283a668

Please sign in to comment.