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

To match https://github.com/hashicorp/packer/blob/master/packer/config_file_unix.go#L7
pull/7906/head
Graham King 7 years ago committed by GitHub
parent c4806e2fe4
commit efd70c8dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save