mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Reword install message
This commit is contained in:
parent
7bf535481f
commit
46af98f752
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue