From 024bf7259a1985c8f811412bda15da976a740866 Mon Sep 17 00:00:00 2001 From: Martin Grogan Date: Fri, 20 Dec 2024 12:38:07 -0500 Subject: [PATCH] docs: make TMPDIR clickable The option is less visible than the other one and by adding the quote, it creates an anchor that will make it easier to link. --- 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 956cbefd5..5612ed64d 100644 --- a/website/content/docs/configure.mdx +++ b/website/content/docs/configure.mdx @@ -119,8 +119,8 @@ each can be found below: new versions of Packer. If you want to disable this for security or privacy reasons, you can set this environment variable to `1`. -- TMPDIR (Unix) / TMP, TEMP, USERPROFILE (Windows) - This specifies the - directory for temporary files (defaulting to /tmp on Linux/Unix and - %USERPROFILE%\AppData\Local\Temp on Windows Vista and later). Customizing +- `TMPDIR` (Unix) / `TMP`, `TEMP`, `USERPROFILE` (Windows) - This specifies the + directory for temporary files (defaulting to `/tmp` on Linux/Unix and + `%USERPROFILE%\AppData\Local\Temp` on Windows Vista and later). Customizing this setting might be necessary for systems where the default temporary directory is either non-writable or non-executable.