Github => GitHub
This commit is contained in:
parent
a3d431d86f
commit
b5fc91e455
3 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ pub async fn latest_github_release(
|
|||
|
||||
Err(_) => {
|
||||
log::error!(
|
||||
"Error deserializing Github API response text: {:?}",
|
||||
"Error deserializing GitHub API response text: {:?}",
|
||||
String::from_utf8_lossy(body.as_slice())
|
||||
);
|
||||
return Err(anyhow!("error deserializing latest release"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue