Skip to content

Commit ac107d6

Browse files
Update furse to fix tests
1 parent f17a60a commit ac107d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/subcommands/modpack/upgrade.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ pub async fn upgrade(modrinth: &Ferinth, curseforge: &Furse, modpack: &'_ Modpac
181181
&mut Vec::new(),
182182
)
183183
.await?;
184+
// TODO: Check for `to_install` files that are already installed
184185
if to_download.is_empty() && to_install.is_empty() {
185186
println!("\n{}", "All up to date!".bold());
186187
} else {

0 commit comments

Comments
 (0)