mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
website: clarify error message in plugin config check
This commit is contained in:
parent
55012937a9
commit
c100b56d44
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-plugin-docs.js
vendored
2
.github/workflows/check-plugin-docs.js
vendored
|
|
@ -25,7 +25,7 @@ async function checkPluginDocs() {
|
|||
);
|
||||
if (undefinedProps.length > 0) {
|
||||
throw new Error(
|
||||
`Failed to validate plugin docs. Undefined configuration properties ${JSON.stringify(
|
||||
`Failed to validate plugin docs config. Undefined configuration properties ${JSON.stringify(
|
||||
undefinedProps
|
||||
)} found for "${
|
||||
title || pluginEntry.path || repo
|
||||
|
|
|
|||
Loading…
Reference in a new issue