From 0b06cb58a35f856510249d80786ef71b2dc96c86 Mon Sep 17 00:00:00 2001 From: Aidan Mundy Date: Fri, 22 Dec 2023 16:47:19 -0500 Subject: [PATCH] Fix Typo `make check-generate` -> `make generate-check` --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 60063f93b..2696178f8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -274,7 +274,7 @@ does not attempt to track the latest version for each dependency. Packer relies on `go generate` to generate a [peg parser for boot commands](https://github.com/hashicorp/packer/blob/master/packer-plugin-sdk/bootcommand/boot_command.go), [docs](https://github.com/hashicorp/packer/blob/master/website/pages/partials/builder/amazon/chroot/_Config-not-required.mdx) -and HCL2's bridging code. Packer's testing suite will run `make check-generate` +and HCL2's bridging code. Packer's testing suite will run `make generate-check` to check that all the generated files Packer needs are what they should be. `make generate` re-generates all these file and can take a while depending on your machine's performances. To make it faster it is recommended to run