1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 11:43:07 +01:00

Fixed: Bad wiki fragment for mono health check

This commit is contained in:
bakerboy448 2021-12-17 21:42:24 -06:00 committed by GitHub
parent 2d67247234
commit f948a59f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
_logger.Debug("Mono version {0}", monoVersion);
return new HealthCheck(GetType(), HealthCheckResult.Error,
$"Currently installed Mono version {monoVersion} has a bug that causes issues connecting to indexers/download clients. You should upgrade to a higher version",
"#currently_installed_mono_version-is_old_and_unsupported");
"#currently-installed-mono-version-is-old-and-unsupported");
}
// Currently best stable Mono version (5.18 gets us .net 4.7.2 support)