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 f9b5a7c commit ff16cfd
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 = "DigitalOcean"
description = "TODO"
identifier = "packer/BrandonRomano/digitalocean"
identifier = "packer/digitalocean/digitalocean"
component {
type = "data-source"
name = "DigitalOcean Image"
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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" "digitalocean"
@rm -r ".docs"

0 comments on commit ff16cfd

Please sign in to comment.