mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
website: fix typo on shell script
This commit is contained in:
parent
871785ddfd
commit
43bb20d05f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ This example is shown below:
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"path": "script.sh",
|
"script": "script.sh",
|
||||||
|
|
||||||
"override": {
|
"override": {
|
||||||
"vmware": {
|
"vmware": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue