mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
Fix typo.
Thanks @dmit!
This commit is contained in:
parent
ce85df1d2e
commit
f733e9ebe4
@ -330,7 +330,7 @@ impl GitignoreBuilder {
|
|||||||
if has_slash {
|
if has_slash {
|
||||||
opts.require_literal_separator = true;
|
opts.require_literal_separator = true;
|
||||||
}
|
}
|
||||||
// If there was no leading slash, then this is a pattern that must
|
// If there was a leading slash, then this is a pattern that must
|
||||||
// match the entire path name. Otherwise, we should let it match
|
// match the entire path name. Otherwise, we should let it match
|
||||||
// anywhere, so use a **/ prefix.
|
// anywhere, so use a **/ prefix.
|
||||||
if !is_absolute {
|
if !is_absolute {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user