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:
parent
c4806e2fe4
commit
efd70c8dce
|
@ -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…
Reference in New Issue