From bb8e1947da02bed4b3e971aac9f47a79eadf91c7 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 11 Mar 2024 13:29:09 -0400 Subject: [PATCH] Fix invalid path for copy command --- website/content/docs/plugins/creation/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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