From 7c244f8aaed06e2dda8c2e088012e377f2684964 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 22 Nov 2023 16:59:14 +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 fe7b70c..ef96279 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -3,7 +3,7 @@ integration { name = "DigitalOcean" description = "TODO" - identifier = "packer/BrandonRomano/digitalocean" + identifier = "packer//digitalocean" component { type = "data-source" name = "DigitalOcean Image" diff --git a/GNUmakefile b/GNUmakefile index 848c46b..6a9cf54 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -61,5 +61,5 @@ check-fmt: fmt 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" "BrandonRomano" + @./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "" @rm -r ".docs"