diff options
Diffstat (limited to 'src/commands/download.rs')
-rw-r--r-- | src/commands/download.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/download.rs b/src/commands/download.rs index a7cf744..3e50c87 100644 --- a/src/commands/download.rs +++ b/src/commands/download.rs | |||
@@ -71,7 +71,7 @@ pub async fn download( | |||
71 | } | 71 | } |
72 | 72 | ||
73 | if clean { | 73 | if clean { |
74 | clean_list_dir(¤t_list)? | 74 | clean_list_dir(¤t_list)?; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | if !to_download.is_empty() { | 77 | if !to_download.is_empty() { |