Bulk change: move double quotes outside tokens (#4431)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
- Extract files matching a pattern:
|
||||
|
||||
`tar xf {{source.tar}} --wildcards {{"*.html"}}`
|
||||
`tar xf {{source.tar}} --wildcards "{{*.html}}"`
|
||||
|
||||
- Extract a specific file without preserving the folder structure:
|
||||
|
||||
|
Reference in New Issue
Block a user