Commit 8b4f9801 authored by Mark Peek's avatar Mark Peek

website: fix missing comma in parallels-pvm example

parent 65863342
...@@ -27,7 +27,7 @@ the settings here. ...@@ -27,7 +27,7 @@ the settings here.
```javascript ```javascript
{ {
"type": "parallels-pvm", "type": "parallels-pvm",
"parallels_tools_flavor": "lin" "parallels_tools_flavor": "lin",
"source_path": "source.pvm", "source_path": "source.pvm",
"ssh_username": "packer", "ssh_username": "packer",
"ssh_password": "packer", "ssh_password": "packer",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment