Skip to content

Commit

Permalink
Update integration Organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Nov 22, 2023
1 parent e099bf2 commit f3e6c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .web-docs/metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
integration {
name = "UCloud"
description = "The UCloud plugin is able to build customized images for use in UHost Instance."
identifier = "packer/hashicorp/ucloud"
identifier = "packer/ucloud/ucloud"
component {
type = "builder"
name = "UCloud Uhost"
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ generate: install-packer-sdc
build-docs: install-packer-sdc
@if [ -d ".docs" ]; then rm -r ".docs"; fi
@packer-sdc renderdocs -src "docs" -partials docs-partials/ -dst ".docs/"
@./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "hashicorp"
@./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "ucloud"
@rm -r ".docs"

0 comments on commit f3e6c67

Please sign in to comment.