mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
clone values
This commit is contained in:
parent
3d24c884cf
commit
746bc8bd58
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ async fn main() -> Result<()> {
|
|||
)
|
||||
})?;
|
||||
session
|
||||
.update_only_files(&mt, &images.values().collect())
|
||||
.update_only_files(&mt, &images.values().cloned().collect())
|
||||
.await?;
|
||||
session.unpause(&mt).await?;
|
||||
mt.wait_until_completed().await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue