From e2a337e0ea748cb5337033475d95354b59a47dfc Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Feb 2021 13:48:48 +0100 Subject: [PATCH] `packer build template.pkr.hcl` --- .github/CONTRIBUTING.md | 2 +- website/pages/home/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 59087c18b..52b57771a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,7 +19,7 @@ can quickly merge or address your contributions. already fixed the bug you're experiencing. - Run the command with debug output with the environment variable `PACKER_LOG`. - For example: `PACKER_LOG=1 packer build template.json`. Take the _entire_ + For example: `PACKER_LOG=1 packer build template.pkr.hcl`. Take the _entire_ output and create a [gist](https://gist.github.com) for linking to in your issue. Packer should strip sensitive keys from the output, but take a look through just in case. diff --git a/website/pages/home/index.jsx b/website/pages/home/index.jsx index 5726b4501..375a2ce6a 100644 --- a/website/pages/home/index.jsx +++ b/website/pages/home/index.jsx @@ -30,7 +30,7 @@ export default function Homepage() { - $ packer build template.json + $ packer build template.pkr.hcl ==> virtualbox: virtualbox output will be in this color.