Apply suggestions from code review

Co-authored-by: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com>
This commit is contained in:
Wilken Rivera 2023-11-10 10:32:10 -05:00 committed by Wilken Rivera
parent 85e9e22bde
commit 2b7bfaea57

View file

@ -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)