mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Fix spelling error in release.sh
This commit is contained in:
parent
9a68ff24a5
commit
1aef441f1f
|
@ -129,7 +129,7 @@ fn update_to_version(
|
||||||
toml_edit::Item::None => continue,
|
toml_edit::Item::None => continue,
|
||||||
_ => {
|
_ => {
|
||||||
return Err(Error::InvalidToml(format!(
|
return Err(Error::InvalidToml(format!(
|
||||||
"{:?} while seaching dependencies in {}",
|
"{:?} while searching dependencies in {}",
|
||||||
this_dep,
|
this_dep,
|
||||||
cargo_toml_file.to_string_lossy()
|
cargo_toml_file.to_string_lossy()
|
||||||
)))
|
)))
|
||||||
|
|
Loading…
Reference in a new issue