main
Michal 2 years ago
parent 66fe4ed209
commit ef7007bffc

@ -15,7 +15,7 @@ pub fn build(packages: Vec<String>, exclude: Vec<String>, 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<ErroredPackage> = vec![];
if !packages.is_empty() && !all {
for pkg in &packages {

Loading…
Cancel
Save