mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
website: fix missing comma in parallels-pvm example
This commit is contained in:
parent
65863342dc
commit
8b4f980123
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue