Fix argument quoting
This commit is contained in:
parent
4a49782f31
commit
e019c18cdd
|
|
@ -32,4 +32,4 @@
|
|||
|
||||
- Find files matching more than one search criteria:
|
||||
|
||||
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r}}`
|
||||
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r'}}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue