Skip to content

Commit

Permalink
Update furse to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed May 22, 2024
1 parent f17a60a commit ac107d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/subcommands/modpack/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ pub async fn upgrade(modrinth: &Ferinth, curseforge: &Furse, modpack: &'_ Modpac
&mut Vec::new(),
)
.await?;
// TODO: Check for `to_install` files that are already installed
if to_download.is_empty() && to_install.is_empty() {
println!("\n{}", "All up to date!".bold());
} else {
Expand Down

0 comments on commit ac107d6

Please sign in to comment.