Bulk change: move double quotes outside tokens (#4431)
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
|
||||
- Set the disc label when creating an ISO:
|
||||
|
||||
`mkisofs -o {{filename.iso}} -V {{"label_name"}} {{path/to/source_directory}}`
|
||||
`mkisofs -o {{filename.iso}} -V "{{label_name}}" {{path/to/source_directory}}`
|
||||
|
Reference in New Issue
Block a user