From 23ffd1caa7063fe0ee49d1614c1bda3195434e79 Mon Sep 17 00:00:00 2001 From: akkuman Date: Thu, 13 Jul 2023 08:41:50 +0000 Subject: [PATCH] backport of commit e58054ed7f54878528f16f80ff5e42fdd155c290 --- website/content/docs/plugins/install-plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/plugins/install-plugins.mdx b/website/content/docs/plugins/install-plugins.mdx index 3af8ebbbf..0460e6c56 100644 --- a/website/content/docs/plugins/install-plugins.mdx +++ b/website/content/docs/plugins/install-plugins.mdx @@ -153,7 +153,7 @@ various outputs, like error messages. * [`packer init`](/packer/docs/commands/init) will install plugins in the **last** directory in the following numbered list. -1. `PACKER_PLUGINS_PATH` if set will be the sole location for installing plugins. All other +1. `PACKER_PLUGIN_PATH` if set will be the sole location for installing plugins. All other plugin directories will be ignored. 1. `PACKER_CONFIG_DIR`\plugins on Windows systems, or `PACKER_CONFIG_DIR`/plugins on all other systems.