Skip to content

Commit 7bf5354

Browse files
committed
Rebase
1 parent 941436d commit 7bf5354

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yazi-cli/src/package/deploy.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Please manually delete it from `{}` and re-run the command.",
5252
self.delete_assets().await?;
5353
Self::deploy_assets(from.join("assets"), to.join("assets")).await?;
5454

55+
self.hash = self.hash().await?;
5556
outln!("Done!")?;
57+
5658
Ok(())
5759
}
5860

0 commit comments

Comments
 (0)