diff --git a/modules/MikroTikRouterOS.php b/modules/MikroTikRouterOS.php index a2f2a05..9f7f4cb 100644 --- a/modules/MikroTikRouterOS.php +++ b/modules/MikroTikRouterOS.php @@ -3,6 +3,7 @@ class MikroTikRouterOS extends PatchBase { function __construct() { parent::__construct('MikroTik', 'RouterOS', 'https://mikrotik.com/download'); + $this->patch->setBranch('Stable'); } function check() : bool { if ($this->fetch('https://mikrotik.com/download')) {