Fixed: Bad wiki fragment for mono health check

pull/4812/head
bakerboy448 3 years ago committed by GitHub
parent 2d67247234
commit f948a59f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save