Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Keep UNIX reference consistent.
  • Loading branch information
Wilken Rivera authored Jul 6, 2023
1 parent 9e2e697 commit b6d3b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/partials/plugins/plugin-location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ discovered and loaded.

Packer plugins will usually be located within a plugins sub-directory under Packer's main config directory
[PACKER_CONFIG_DIR](/packer/docs/configure#packer-s-config-directory). If `PACKER_CONFIG_DIR` is
either not set or empty, a default equal to `$HOME/.config/packer/plugins` on POSIX, or `%APPDATA%\packer.d\plugins`
either not set or empty, a default equal to `$HOME/.config/packer/plugins` on UNIX, or `%APPDATA%\packer.d\plugins`
for Windows, will be used.

Where applicable, some installation processes such as `packer init` may override the plugin loading process.
Expand All @@ -19,7 +19,7 @@ is set. The `PACKER_PLUGIN_PATH` takes precedences over all other plugin directo
directory](/packer/docs/configure#packer-s-config-directory)*, if it could be found.

-> **Note:** The `PACKER_PLUGIN_PATH` environment variable can be set to more that one directories;
for example, ~/custom-dir-1:~/custom-dir-2. Separate directories in the PATH string using a colon (:) on POSIX systems
for example, ~/custom-dir-1:~/custom-dir-2. Separate directories in the PATH string using a colon (:) on UNIX systems
and a semicolon (;) on Windows systems. The above example path would be able to find a single or multi-component plugin
in either `~/custom-dir-1/packer/` or `~/custom-dir-2/`.

0 comments on commit b6d3b36

Please sign in to comment.