Skip to content

Commit

Permalink
chore: feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed May 9, 2024
1 parent 251a7c9 commit b40beda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/install/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl InstallArgs {
return not_supported_message();
}
install_rustup().await?;
log::success("✅ Installation complete.")?;
outro("✅ Installation complete.")?;
Ok(())
}
}
Expand Down

0 comments on commit b40beda

Please sign in to comment.