diff --git a/modules/SysRescCd.php b/modules/SysRescCd.php index d2b8800..5b517bf 100644 --- a/modules/SysRescCd.php +++ b/modules/SysRescCd.php @@ -6,7 +6,7 @@ class SysRescCd extends PatchBase { } function check() : bool { if ($this->fetch('http://www.system-rescue-cd.org/Detailed-packages-list/')) - return $this->parse('/SystemRescueCd-([\d\.]+)<\/strong>/'); + return $this->parse('/SystemRescue-([\d\.]+)<\/strong>/'); return false; } }