Skip to content

Commit

Permalink
Fix invalid path for copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Mar 11, 2024
1 parent f75a8d1 commit bb8e194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/plugins/creation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb8e194

Please sign in to comment.