From 2b7bfaea571b8e2d25ec04124436f69a38530623 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 10 Nov 2023 10:32:10 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ae33569..447935f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,8 +44,8 @@ The affected plugins include: ``` ### IMPROVEMENTS: -* cmd/init: warn users running `packer ini` on configuration templates with a - missing required_plugins blocks. +* cmd/init: warn users running `packer init` on configuration templates with a + missing `required_plugins` blocks. [GH-12638](https://github.com/hashicorp/packer/pull/12638) * cmd/plugins: install SHA256SUM file with 0644 perms. [GH-12665](https://github.com/hashicorp/packer/pull/12665)