From 8c93297eb0324820391e80f8bbb65ab1fa390a65 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 10 May 2021 13:00:53 -0700 Subject: [PATCH] update docs to use double quotes, which works on more shells (#11009) --- website/content/guides/hcl/variables.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/guides/hcl/variables.mdx b/website/content/guides/hcl/variables.mdx index f8f611c2c..9b037f248 100644 --- a/website/content/guides/hcl/variables.mdx +++ b/website/content/guides/hcl/variables.mdx @@ -155,9 +155,9 @@ You can set variables directly on the command-line with the ```shell-session $ packer build \ - -var 'weekday=Sunday' \ - -var 'flavor=chocolate' \ - -var 'sudo_password=hunter42' . + -var "weekday=Sunday" \ + -var "flavor=chocolate" \ + -var "sudo_password=hunter42" . ``` Once again, setting variables this way will not save them, and they'll