mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
QL: Actually match qlpack.yml files
This commit is contained in:
@@ -121,7 +121,7 @@ fn main() -> std::io::Result<()> {
|
||||
&source,
|
||||
&code_ranges,
|
||||
)?
|
||||
} else if line.ends_with(".qlpack.yml") {
|
||||
} else if line.ends_with("qlpack.yml") {
|
||||
extractor::extract(
|
||||
yaml,
|
||||
"yaml",
|
||||
|
||||
Reference in New Issue
Block a user