Github => GitHub

This commit is contained in:
Chris Wanstrath 2024-01-25 11:22:33 -08:00
parent a3d431d86f
commit b5fc91e455
3 changed files with 6 additions and 6 deletions

View file

@ -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"));