This commit is contained in:
Kevin K 2015-02-27 16:24:29 -05:00
parent 8a62206639
commit d5369ee1c0

View file

@ -432,7 +432,7 @@ impl App {
if let Some(ref bl) = opt.blacklist {
if ! bl.is_empty() {
for name in bl.iter() {
self.blacklist.insert(opt.name);
self.blacklist.insert(name);
}
}
}