website: fix missing comma in parallels-pvm example
This commit is contained in:
parent
65863342dc
commit
8b4f980123
|
@ -27,7 +27,7 @@ the settings here.
|
|||
```javascript
|
||||
{
|
||||
"type": "parallels-pvm",
|
||||
"parallels_tools_flavor": "lin"
|
||||
"parallels_tools_flavor": "lin",
|
||||
"source_path": "source.pvm",
|
||||
"ssh_username": "packer",
|
||||
"ssh_password": "packer",
|
||||
|
|
Loading…
Reference in New Issue