Skip to content

Commit

Permalink
moss/cli/install: Drop call to set_length
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Oct 9, 2023
1 parent 177679b commit 997985f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moss/src/cli/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ pub async fn handle(args: &ArgMatches) -> Result<(), Error> {

// Download and update progress
let download = package::fetch(&package.meta, &client.installation, |progress| {
progress_bar.set_length(progress.total);
progress_bar.inc(progress.delta);
})
.await?;
Expand Down

0 comments on commit 997985f

Please sign in to comment.