pages*: remove double colons (::
) (#10551)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
`find {{root_path}} -name '{{*.py}}' -not -path '{{*/site-packages/*}}'`
|
||||
|
||||
- Find files matching a given size range, limiting the recursive depth to "1"::
|
||||
- Find files matching a given size range, limiting the recursive depth to "1":
|
||||
|
||||
`find {{root_path}} -maxdepth 1 -size {{+500k}} -size {{-10M}}`
|
||||
|
||||
|
Reference in New Issue
Block a user