consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -63,7 +63,7 @@ public sealed class SourceConnectivityCheck : IDoctorCheck
|
||||
/// <inheritdoc />
|
||||
public async Task<DoctorCheckResult> RunAsync(DoctorPluginContext context, CancellationToken ct)
|
||||
{
|
||||
var result = context.CreateResult(CheckId, "stellaops.doctor.sources", DoctorCategory.Data.ToString());
|
||||
var result = context.CreateResult(CheckId, "stellaops.doctor.sources", DoctorCategory.Sources.ToString());
|
||||
|
||||
var registry = context.Services.GetService<ISourceRegistry>();
|
||||
if (registry is null)
|
||||
|
||||
Reference in New Issue
Block a user