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:
parent
2d67247234
commit
f948a59f6f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user