mirror of
https://github.com/coreos/ignition.git
synced 2026-02-06 18:47:54 +01:00
This error would be triggered after the POST request had been successfully posted with a non error response code, so ignore it. Fixes lint: ``` Error return value of `respPost.Body.Close` is not checked (errcheck) ```