mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Rebase
This commit is contained in:
parent
941436dd06
commit
7bf535481f
1 changed files with 2 additions and 0 deletions
|
|
@ -52,7 +52,9 @@ Please manually delete it from `{}` and re-run the command.",
|
||||||
self.delete_assets().await?;
|
self.delete_assets().await?;
|
||||||
Self::deploy_assets(from.join("assets"), to.join("assets")).await?;
|
Self::deploy_assets(from.join("assets"), to.join("assets")).await?;
|
||||||
|
|
||||||
|
self.hash = self.hash().await?;
|
||||||
outln!("Done!")?;
|
outln!("Done!")?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue