From 8398b4003b72b3eefea11d8f71897ddb48f4b0ad Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Sat, 13 May 2023 12:37:07 +0200 Subject: impl of set_version import --- src/commands/update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/update.rs') diff --git a/src/commands/update.rs b/src/commands/update.rs index 1fe664e..2128090 100644 --- a/src/commands/update.rs +++ b/src/commands/update.rs @@ -19,7 +19,7 @@ pub async fn update( ) -> MLE<()> { for current_list in liststack { println!("Update mods in {}", current_list.id); - let mods = userlist_get_all_ids(config.clone(), current_list.clone().id)?; + let mods = userlist_get_all_ids(config.clone(), ¤t_list.id)?; let mut current_versions: Vec<(String, String)> = vec![]; -- cgit v1.2.3