We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40568 commit f2905a6Copy full SHA for f2905a6
src/Elastic.Documentation.Configuration/Products/ProductExtensions.cs
@@ -22,7 +22,7 @@ public static ProductsConfiguration CreateProducts(this ConfigurationFileProvide
22
Id = kvp.Key,
23
DisplayName = kvp.Value.Display,
24
VersioningSystem = versionsConfiguration.GetVersioningSystem(VersionsConfigurationExtensions.ToVersioningSystemId(kvp.Value.Versioning ?? kvp.Key)),
25
- Repository = kvp.Value.Repository
+ Repository = kvp.Value.Repository ?? kvp.Key
26
});
27
28
return new ProductsConfiguration
0 commit comments