Skip to content

Commit

Permalink
Bloody mobile editor
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Jun 19, 2019
1 parent dbd6acf commit 1503384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/philter/update/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func Update() (bool, error) {
if err != nil {
return false, err
}
req.Header.Add("Accept
req.Header.Add("Accept", "application/octet-stream")

res, err := client.Do(req)
if err != nil {
Expand Down

0 comments on commit 1503384

Please sign in to comment.