Fix globset ignorefile support (wrong field)

This commit is contained in:
Félix Saparelli 2021-10-16 17:01:27 +13:00
parent 5d2f2fcf62
commit f58e97a62f
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ impl GlobsetFilterer {
continue;
}
ignores.push((line.to_owned(), Some(ig.path.clone())));
ignores.push((line.to_owned(), ig.applies_in.clone()));
}
Ok(ignores)