diff --git a/website/content/docs/plugins/creation/index.mdx b/website/content/docs/plugins/creation/index.mdx index cb6d7d70682..763877aa0fe 100644 --- a/website/content/docs/plugins/creation/index.mdx +++ b/website/content/docs/plugins/creation/index.mdx @@ -203,7 +203,7 @@ wget https://github.com/hashicorp/packer-plugin-scaffolding/archive/refs/heads/m unzip main.zip cp packer-plugin-scaffolding-main/.web-docs/metadata.hcl .web-docs/ cp -r packer-plugin-scaffolding-main/.web-docs/scripts/ .web-docs/scripts/ -cp .github/workflows/notify-integration-release-via-* .github/workflows/ +cp packer-plugin-scaffolding-main/.github/workflows/notify-integration-release-via-* .github/workflows/ # Remove downloaded scaffolding project rm main.zip