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 {