Reword install message

This commit is contained in:
sxyazi 2025-01-11 12:06:18 +08:00
parent 7bf535481f
commit 46af98f752
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ use super::{Dependency, Git};
impl Dependency { impl Dependency {
pub(super) async fn install(&mut self) -> Result<()> { pub(super) async fn install(&mut self) -> Result<()> {
self.header("Installing package `{name}`")?; self.header("Fetching package `{name}`")?;
let path = self.local(); let path = self.local();
if !must_exists(&path).await { if !must_exists(&path).await {