Skip to content

Commit

Permalink
small example bug (fixes inconshreveable#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
blmoore authored Nov 5, 2018
1 parent 8152e7e commit 8ed26ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func doUpdate(url string) error {
return err
}
defer resp.Body.Close()
err := update.Apply(resp.Body, update.Options{})
err = update.Apply(resp.Body, update.Options{})
if err != nil {
// error handling
}
Expand Down

0 comments on commit 8ed26ca

Please sign in to comment.