From 1d88d38a5601aa5ce26baee0baa76db10f8f2b07 Mon Sep 17 00:00:00 2001 From: goenning Date: Sun, 22 May 2022 16:19:50 +0100 Subject: [PATCH] fix indent Signed-off-by: goenning --- .changeset/dry-tables-sniff.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/dry-tables-sniff.md b/.changeset/dry-tables-sniff.md index 9f6dd72399..3c938935d6 100644 --- a/.changeset/dry-tables-sniff.md +++ b/.changeset/dry-tables-sniff.md @@ -37,11 +37,11 @@ catalog: providers: azureDevOps: anyProviderId: - host: selfhostedazure.yourcompany.com # This is only really needed for on-premise user, defaults to dev.azure.com - organization: myorg # For on-premise this would be your Collection - project: myproject - repository: service-* - path: /catalog-info.yaml + host: selfhostedazure.yourcompany.com # This is only really needed for on-premise user, defaults to dev.azure.com + organization: myorg # For on-premise this would be your Collection + project: myproject + repository: service-* + path: /catalog-info.yaml ``` ```ts