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