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.