Fix typo in docs (#11734)

pull/11737/head
doppelc 4 years ago committed by GitHub
parent 1dd7532846
commit 7d9c6fb795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,7 +96,7 @@ Optional parameters:
- `env` (map of strings) - A map of key/value pairs to inject prior to the
execute_command. Packer injects some environmental variables by default into
the environment, as well, which are covered in the section below. Duplciate
the environment, as well, which are covered in the section below. Duplicate
`env` settings override `environment_vars` settings.
- `environment_vars` (array of strings) - An array of key/value pairs to

@ -77,7 +77,7 @@ provisioner "powershell" {
- `env` (map of strings) - A map of key/value pairs to inject prior to the
execute_command. Packer injects some environmental variables by default into
the environment, as well, which are covered in the section below. Duplciate
the environment, as well, which are covered in the section below. Duplicate
`env` settings override `environment_vars` settings. This is not a JSON
template engine enabled function. HCL interpolation works as usual.

@ -105,7 +105,7 @@ Optional parameters:
- `env` (map of strings) - A map of key/value pairs to inject prior to the
execute_command. Packer injects some environmental variables by default into
the environment, as well, which are covered in the section below. Duplciate
the environment, as well, which are covered in the section below. Duplicate
`env` settings override `environment_vars` settings.
- `environment_vars` (array of strings) - An array of key/value pairs to

@ -54,7 +54,7 @@ provisioner "shell" {
- `env` (map of strings) - A map of key/value pairs to inject prior to the
execute_command. Packer injects some environmental variables by default into
the environment, as well, which are covered in the section below. Duplciate
the environment, as well, which are covered in the section below. Duplicate
`env` settings override `environment_vars` settings.
- `environment_vars` (array of strings) - An array of key/value pairs to

@ -48,7 +48,7 @@ provisioner "windows-shell" {
- `env` (map of strings) - A map of key/value pairs to inject prior to the
execute_command. Packer injects some environmental variables by default into
the environment, as well, which are covered in the section below. Duplciate
the environment, as well, which are covered in the section below. Duplicate
`env` settings override `environment_vars` settings.
- `environment_vars` (array of strings) - An array of key/value pairs to

Loading…
Cancel
Save