Skip to content

Commit

Permalink
Update mirrord/layer/src/file/mapper.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Smolarek <[email protected]>
  • Loading branch information
DmitryDodzin and Razz4780 authored Jul 23, 2024
1 parent ede4a25 commit 35246e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/src/file/mapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl FileRemapper {
let (pattern, value) = self
.mapping
.get(index)
.expect("RegexSet matches returned an imposible index");
.expect("RegexSet matches returned an impossible index");

pattern.replace(path_str, value)
} else {
Expand Down

0 comments on commit 35246e7

Please sign in to comment.