diff options
| author | diogo464 <[email protected]> | 2021-10-30 19:47:49 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2021-10-30 19:47:49 +0100 |
| commit | d027ec1c61b28c1ab914d61dd3dbce15af5a820e (patch) | |
| tree | 2134f752ee1945785e480a0ba75520a70cff30a5 /dotup_cli/src/utils.rs | |
| parent | 1c0dee8e60d9c1c989a3712e7d1e19debe981e8a (diff) | |
Small changes
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 | ||
