From efd70c8dce6be14557a541695e86388882de6255 Mon Sep 17 00:00:00 2001 From: Graham King Date: Wed, 24 Jul 2019 20:33:56 -0700 Subject: [PATCH] plugins.html.md: Unix dir packer.d -> .packer.d To match https://github.com/hashicorp/packer/blob/master/packer/config_file_unix.go#L7 --- website/source/docs/extending/plugins.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/extending/plugins.html.md b/website/source/docs/extending/plugins.html.md index b375a7e86..a9a51d38b 100644 --- a/website/source/docs/extending/plugins.html.md +++ b/website/source/docs/extending/plugins.html.md @@ -52,7 +52,7 @@ later, it will take precedence over one found earlier. 1. The directory where `packer` is, or the executable directory. -2. The `$HOME/packer.d/plugins` directory, if `$HOME` is defined (unix) +2. The `$HOME/.packer.d/plugins` directory, if `$HOME` is defined (unix) 3. The `%APPDATA%/packer.d/plugins` if `%APPDATA%` is defined (windows)