Skip to content

Commit

Permalink
Fixed spacing issue on README (#441)
Browse files Browse the repository at this point in the history
* Fixed spacing

* Fixed it better.

* Update generate

* Fixed it
  • Loading branch information
straubt1 authored Aug 27, 2024
1 parent e6b551b commit ee0ca57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .web-docs/components/builder/arm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ post-processor "manifest" {
strip_path = true
custom_data = {
source_image_name = "${build.SourceImageName}"
tenant_id = "${build.TenantID}"
tenant_id = "${build.TenantID}"
subscription_id = "${build.SubscriptionID}"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/builders/arm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ post-processor "manifest" {
strip_path = true
custom_data = {
source_image_name = "${build.SourceImageName}"
tenant_id = "${build.TenantID}"
tenant_id = "${build.TenantID}"
subscription_id = "${build.SubscriptionID}"
}
}
Expand Down

0 comments on commit ee0ca57

Please sign in to comment.