mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 21:30:47 +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;
|
let res = app.install().await;
|
||||||
if res.is_err() {
|
if res.is_err() {
|
||||||
warn!(
|
warn!(
|
||||||
"{} Installation for '{}' failed, retriying",
|
"{} Installation for '{}' failed, retrying",
|
||||||
emoji::WARN,
|
emoji::WARN,
|
||||||
app.name()
|
app.name()
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user