diff --git a/yazi-cli/src/package/install.rs b/yazi-cli/src/package/install.rs index e5cc18fb..c1860c95 100644 --- a/yazi-cli/src/package/install.rs +++ b/yazi-cli/src/package/install.rs @@ -5,7 +5,7 @@ use super::{Dependency, Git}; impl Dependency { pub(super) async fn install(&mut self) -> Result<()> { - self.header("Installing package `{name}`")?; + self.header("Fetching package `{name}`")?; let path = self.local(); if !must_exists(&path).await {