From ef7007bffcdf5aff2387432eb08b2eda8d05bae6 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 21 Jul 2022 14:06:20 +0100 Subject: [PATCH] Type --- src/operations/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/build.rs b/src/operations/build.rs index d9ad7d2..1d7876d 100644 --- a/src/operations/build.rs +++ b/src/operations/build.rs @@ -15,7 +15,7 @@ pub fn build(packages: Vec, exclude: Vec, no_regen: bool) { } } - // If packages is not empty and all isn't specified, build specifed packages + // If packages is not empty and all isn't specified, build specified packages let mut errored: Vec = vec![]; if !packages.is_empty() && !all { for pkg in &packages {