Bulk change: move double quotes outside tokens (#4431)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
- Extrair arquivos seguindo um padrão:
|
||||
|
||||
`tar -xvf {{input.tar}} --wildcards {{"*.html"}}`
|
||||
`tar -xvf {{input.tar}} --wildcards "{{*.html}}"`
|
||||
|
||||
- Listando arquivos de um arquivo tar:
|
||||
|
||||
|
Reference in New Issue
Block a user