plugins.html.md: Unix dir packer.d -> .packer.d

To match https://github.com/hashicorp/packer/blob/master/packer/config_file_unix.go#L7
This commit is contained in:
Graham King 2019-07-24 20:33:56 -07:00 committed by GitHub
parent c4806e2fe4
commit efd70c8dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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