From 7d9c6fb795a1d28c3c6c5dca672886aade27168d Mon Sep 17 00:00:00 2001 From: doppelc <39739292+doppelc@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:06:52 +0200 Subject: [PATCH] Fix typo in docs (#11734) --- website/content/docs/post-processors/shell-local.mdx | 2 +- website/content/docs/provisioners/powershell.mdx | 2 +- website/content/docs/provisioners/shell-local.mdx | 2 +- website/content/docs/provisioners/shell.mdx | 2 +- website/content/docs/provisioners/windows-shell.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/docs/post-processors/shell-local.mdx b/website/content/docs/post-processors/shell-local.mdx index 0d4d77d31..0d0f786e6 100644 --- a/website/content/docs/post-processors/shell-local.mdx +++ b/website/content/docs/post-processors/shell-local.mdx @@ -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 diff --git a/website/content/docs/provisioners/powershell.mdx b/website/content/docs/provisioners/powershell.mdx index f0402121b..b8f2a7a89 100644 --- a/website/content/docs/provisioners/powershell.mdx +++ b/website/content/docs/provisioners/powershell.mdx @@ -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. diff --git a/website/content/docs/provisioners/shell-local.mdx b/website/content/docs/provisioners/shell-local.mdx index 7aa172de3..282260bf9 100644 --- a/website/content/docs/provisioners/shell-local.mdx +++ b/website/content/docs/provisioners/shell-local.mdx @@ -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 diff --git a/website/content/docs/provisioners/shell.mdx b/website/content/docs/provisioners/shell.mdx index d00081f00..eef98741e 100644 --- a/website/content/docs/provisioners/shell.mdx +++ b/website/content/docs/provisioners/shell.mdx @@ -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 diff --git a/website/content/docs/provisioners/windows-shell.mdx b/website/content/docs/provisioners/windows-shell.mdx index f2b5d3adb..158bad73e 100644 --- a/website/content/docs/provisioners/windows-shell.mdx +++ b/website/content/docs/provisioners/windows-shell.mdx @@ -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