Bulk change: move double quotes outside tokens (#4431)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
- Display a prompt before the input:
|
||||
|
||||
`read -p {{"Enter your input here: "}} {{variable}}`
|
||||
`read -p "{{Enter your input here: }}" {{variable}}`
|
||||
|
||||
- Do not echo typed characters (silent mode):
|
||||
|
||||
|
Reference in New Issue
Block a user