QL: Actually match qlpack.yml files

This commit is contained in:
Taus
2022-07-22 15:43:26 +00:00
committed by erik-krogh
parent a83bd4292a
commit 41003231b0

View File

@@ -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",