From 7e2ea77634b6df0c4271ea340237af89e83bc6c6 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 25 Jul 2019 13:16:08 -0700 Subject: [PATCH] docs --- website/source/docs/other/environment-variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/other/environment-variables.html.md b/website/source/docs/other/environment-variables.html.md index 386fc6983..257336482 100644 --- a/website/source/docs/other/environment-variables.html.md +++ b/website/source/docs/other/environment-variables.html.md @@ -16,7 +16,7 @@ each can be found below: of the configuration file is basic JSON. See the [core configuration page](/docs/other/core-configuration.html). -- `PACKER_CONFIG_DIR` - The location to place the `.packer.d` config directory +- `PACKER_CONFIG_DIR` - The location of the `.packer.d` config directory - `PACKER_LOG` - Setting this to any value other than "" (empty string) or "0" will enable the logger. See the [debugging