From f52502c464f14ba593e5f3378fc8cd1595297ff0 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 13 May 2024 17:25:55 -0400 Subject: [PATCH] website: remove trailing whitespace --- website/content/docs/configure.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/configure.mdx b/website/content/docs/configure.mdx index 18eeb4093..0cb8f42e6 100644 --- a/website/content/docs/configure.mdx +++ b/website/content/docs/configure.mdx @@ -22,10 +22,10 @@ Packer files. The Packer config directory will be looked up on the following pat | --------------------------- | --------------------------- | | `${HOME}/.config/packer/` | `%APPDATA%\packer.d\` | --> **Note:** On Unix systems, Packer defaults to using the XDG base directory specification. -When the environment variable `PACKER_CONFIG_DIR` is unset or empty a default equal to `$HOME/.config/packer` should be used. +-> **Note:** On Unix systems, Packer defaults to using the XDG base directory specification. +When the environment variable `PACKER_CONFIG_DIR` is unset or empty a default equal to `$HOME/.config/packer` should be used. In all other cases, where there is an existing older style `.packer.d` directory (e.g `$HOME/.packer.d/`) or PACKER_CONFIG_DIR is not empty -the older configuration directory will be used. +the older configuration directory will be used. Examples: