mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 05:10:44 +00:00
chore: Fix typo
Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>
This commit is contained in:
parent
548662ad53
commit
ff602950bf
@ -250,7 +250,7 @@ async fn install(args: InstallOpts) -> Result<()> {
|
||||
let res = app.install().await;
|
||||
if res.is_err() {
|
||||
warn!(
|
||||
"{} Installation for '{}' failed, retriying",
|
||||
"{} Installation for '{}' failed, retrying",
|
||||
emoji::WARN,
|
||||
app.name()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user