From d027ec1c61b28c1ab914d61dd3dbce15af5a820e Mon Sep 17 00:00:00 2001 From: diogo464 Date: Sat, 30 Oct 2021 19:47:49 +0100 Subject: Small changes --- dotup_cli/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotup_cli/src/utils.rs') 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) -> anyhow::Result { let archive_path = archive_path.as_ref().to_path_buf(); let archive = read_archive(&archive_path)?; let depot_config = DepotConfig { - archive_path, archive: Default::default(), + archive_path, }; let mut depot = Depot::new(depot_config)?; -- cgit