зеркало из https://github.com/mislav/hub.git
Remove double status output.
This commit is contained in:
Родитель
51fe2ae002
Коммит
81c96d5298
|
@ -165,7 +165,7 @@ func (client *Client) UploadReleaseAsset(release *octokit.Release, asset *os.Fil
|
|||
utils.Check(err)
|
||||
|
||||
if response.StatusCode != 201 {
|
||||
return fmt.Errorf("Error uploading the release asset %s, status %s", fi.Name(), response.Status)
|
||||
return fmt.Errorf("Error uploading the release asset %s, %s", fi.Name(), response.Status)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче