Skip to content

Commit

Permalink
fix verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
prybalko committed Jul 20, 2023
1 parent 61b2974 commit 369d160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/verifier/qr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fn verify_filename(meta_values: &MetaValues, actual_qr_name: &QrFileName) -> Res
true,
);
ensure!(
actual_qr_name == &expected,
actual_qr_name.chain.ends_with(&expected.chain),
"filename mismatch! Expected {}, got {}",
expected,
actual_qr_name
Expand Down

0 comments on commit 369d160

Please sign in to comment.