From f3e6c673968eab425be6b13ce47deb7da4cc29a9 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 22 Nov 2023 17:54:26 +0000 Subject: [PATCH] Update integration Organization name --- .web-docs/metadata.hcl | 2 +- GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index 3152e91..31a65ef 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -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" diff --git a/GNUmakefile b/GNUmakefile index c11e7b7..8e5653c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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"