Fix typo in docs (#11734)

This commit is contained in:
doppelc 2022-04-25 19:06:52 +02:00 committed by GitHub
parent 1dd7532846
commit 7d9c6fb795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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.

View file

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

View file

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

View file

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