Skip to content

Commit 4100323

Browse files
tausbnerik-krogh
authored andcommitted
QL: Actually match qlpack.yml files
1 parent a83bd42 commit 4100323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/extractor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn main() -> std::io::Result<()> {
121121
&source,
122122
&code_ranges,
123123
)?
124-
} else if line.ends_with(".qlpack.yml") {
124+
} else if line.ends_with("qlpack.yml") {
125125
extractor::extract(
126126
yaml,
127127
"yaml",

0 commit comments

Comments
 (0)