summaryrefslogtreecommitdiff
path: root/src/commands/update.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/update.rs')
-rw-r--r--src/commands/update.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/update.rs b/src/commands/update.rs
index d76ba4b..1fe664e 100644
--- a/src/commands/update.rs
+++ b/src/commands/update.rs
@@ -105,7 +105,6 @@ async fn specific_update(config: Cfg, clean: bool, list: List, id: String) -> ML
105 } 105 }
106 106
107 let mut current: Vec<Version> = vec![]; 107 let mut current: Vec<Version> = vec![];
108 //TODO Split clean and no match
109 if clean 108 if clean
110 || (versions.join("|") 109 || (versions.join("|")
111 != userlist_get_applicable_versions( 110 != userlist_get_applicable_versions(
@@ -134,7 +133,6 @@ async fn specific_update(config: Cfg, clean: bool, list: List, id: String) -> ML
134 }?; 133 }?;
135 current.push(current_ver.clone()); 134 current.push(current_ver.clone());
136 135
137 //TODO implement version selection if no primary
138 let link = match current_ver 136 let link = match current_ver
139 .files 137 .files
140 .into_iter() 138 .into_iter()