fix formatting issue of encoded urlSigned-off-by: Sam <samashah@microsoft.com>

This commit is contained in:
Sam 2019-09-12 20:12:15 +00:00
parent 016a323216
commit ee76ac8f93

View File

@ -242,9 +242,9 @@ func getWithStatusError(url string) (resp *http.Response, err error) {
body, err := ioutil.ReadAll(resp.Body)
resp.Body.Close()
if err != nil {
return nil, errors.Wrapf(err, msg+": error reading body")
return nil, errors.Wrapf(err, "%s: error reading body", msg)
}
return nil, errors.Errorf(msg+": %s", bytes.TrimSpace(body))
return nil, errors.Errorf("%s: %s", msg, bytes.TrimSpace(body))
}
// GetContextFromLocalDir uses the given local directory as context for a