From 4f36d406868b6142bb5b67ae5a99fd185d52dc34 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 7 Dec 2023 10:30:11 -0500 Subject: [PATCH] docs/plugins:Fix incorrect plugin directory path --- 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 b2d97975216..1919ff5fce1 100644 --- a/website/content/docs/plugins/install-plugins.mdx +++ b/website/content/docs/plugins/install-plugins.mdx @@ -220,7 +220,7 @@ directory, as documented in [Configuring Packer](https://developer.hashicorp.com/packer/docs/configure#packer-s-plugin-directory). For example, if your configuration directory is located in `~/.config/packer`, -you can copy the binary to `~/.config/plugins/packer-plugin-NAME`, and +you can copy the binary to `~/.config/packer/plugins/packer-plugin-NAME`, and Packer will be able to load it afterwards. If you have a `required_plugins` for the plugin you're manually installing, make sure