diff options
Diffstat (limited to 'dotup_cli/src/utils.rs')
| -rw-r--r-- | dotup_cli/src/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/src/utils.rs b/dotup_cli/src/utils.rs index d284a22..a5c7647 100644 --- a/dotup_cli/src/utils.rs +++ b/dotup_cli/src/utils.rs | |||
| @@ -83,8 +83,8 @@ pub fn read_depot(archive_path: impl AsRef<Path>) -> anyhow::Result<Depot> { | |||
| 83 | let archive_path = archive_path.as_ref().to_path_buf(); | 83 | let archive_path = archive_path.as_ref().to_path_buf(); |
| 84 | let archive = read_archive(&archive_path)?; | 84 | let archive = read_archive(&archive_path)?; |
| 85 | let depot_config = DepotConfig { | 85 | let depot_config = DepotConfig { |
| 86 | archive_path, | ||
| 87 | archive: Default::default(), | 86 | archive: Default::default(), |
| 87 | archive_path, | ||
| 88 | }; | 88 | }; |
| 89 | let mut depot = Depot::new(depot_config)?; | 89 | let mut depot = Depot::new(depot_config)?; |
| 90 | 90 | ||
