website: fix missing comma in parallels-pvm example

This commit is contained in:
Mark Peek 2015-06-12 15:00:53 -07:00
parent 65863342dc
commit 8b4f980123
1 changed files with 1 additions and 1 deletions

View File

@ -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",