1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-09 14:14:56 +02:00

ignore/types: fix typo in puppet glob

Thanks @CYBAI for noticing this!

See #899
This commit is contained in:
Andrew Gallant 2018-04-29 09:30:22 -04:00
parent 667b9a7d62
commit 198d1fede9
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -215,7 +215,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("pod", &["*.pod"]),
("protobuf", &["*.proto"]),
("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]),
("puppet", &[".erb", "*.pp", "*.rb"]),
("puppet", &["*.erb", "*.pp", "*.rb"]),
("purs", &["*.purs"]),
("py", &["*.py"]),
("qmake", &["*.pro", "*.pri", "*.prf"]),