fix indent

Signed-off-by: goenning <me@goenning.net>
This commit is contained in:
goenning
2022-05-22 16:19:50 +01:00
parent f881c3de85
commit 1d88d38a56
+5 -5
View File
@@ -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