From 63549b8bd745a0090b15ed0b0ebf644162db27db Mon Sep 17 00:00:00 2001 From: Matthew Patton Date: Tue, 30 Oct 2018 19:30:44 -0400 Subject: [PATCH] match styistic convension with rest of docs --- website/source/docs/other/environment-variables.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/other/environment-variables.html.md b/website/source/docs/other/environment-variables.html.md index a5e86dec6..9e295de17 100644 --- a/website/source/docs/other/environment-variables.html.md +++ b/website/source/docs/other/environment-variables.html.md @@ -43,9 +43,9 @@ each can be found below: reasons, you can set this environment variable to `1`. - `PACKER_TMP_DIR` - The directory used for temporary files during marshalling. - If unset, appends 'packer' to environment variables TEMP, TMP, or LOCALAPPDATA - (Windows) before falling back to the value of `configDir()/tmp` which resolves - to `$HOME/.packer.d/` (Unix) or `%APPDAT%\packer.d` (Windows). + If unset, appends 'packer' to environment variables TEMP, TMP, or (windows: + LOCALAPPDATA) before falling back to the value of `configDir()/tmp` which + resolves to (unix: `$HOME/.packer.d`, windows: `%APPDAT%/packer.d`). This is not to be confused with the provisionee's temporary directory which - is often defined (hard-coded) as '/tmp' or '%SYSTEMROOT%\Temp' per each + is often defined (hard-coded) as '/tmp' or '%SYSTEMROOT%/Temp' per each provisioner module.