From 781fae3dba04b3e0e97db0a7f28f5d132d356754 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 2 Dec 2021 14:07:40 +0100 Subject: Fix: Do not finish download twice The calling function does this already. Signed-off-by: Matthias Beyer --- src/commands/source/download.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/source/download.rs b/src/commands/source/download.rs index b5223cf..67a0cad 100644 --- a/src/commands/source/download.rs +++ b/src/commands/source/download.rs @@ -147,7 +147,6 @@ async fn perform_download(source: &SourceEntry, progress: Arc