chore: Fix typo

Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>
This commit is contained in:
Sergio Gasquez Arcos 2023-01-16 15:46:20 +01:00
parent 548662ad53
commit ff602950bf

View File

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