mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix: revise env var PACKER_PLUGIN_PATH
ref: https://github.com/hashicorp/packer/pull/8616/files#diff-0e426a43248661127a0c0ee115aef7a1093b635f8993b3f7ebb1dd9f05b8f249R153
This commit is contained in:
parent
8beddcf52a
commit
0e3de18e98
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ various outputs, like error messages.
|
|||
* [`packer init`](/packer/docs/commands/init) will install plugins in the **last** directory
|
||||
in the following numbered list.
|
||||
|
||||
1. `PACKER_PLUGINS_PATH` if set will be the sole location for installing plugins. All other
|
||||
1. `PACKER_PLUGIN_PATH` if set will be the sole location for installing plugins. All other
|
||||
plugin directories will be ignored.
|
||||
1. `PACKER_CONFIG_DIR`\plugins on Windows systems, or `PACKER_CONFIG_DIR`/plugins on all other systems.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue