diff --git a/modules/OpenWrt.php b/modules/OpenWrt.php index 360b2a3..575e056 100644 --- a/modules/OpenWrt.php +++ b/modules/OpenWrt.php @@ -6,7 +6,7 @@ class OpenWrt extends PatchBase { } function check() : bool { if ($this->fetch('https://openwrt.org/start')) - return $this->parse('/Current Stable Release - OpenWrt ([\d\.]+)<\/strong>/'); + return $this->parse('/Current stable release - OpenWrt ([\d\.]+)<\/strong>/'); return false; } }