ZeroTierOne: fix product name
This commit is contained in:
parent
43d6478764
commit
dbada0b235
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class ZeroTierOne extends PatchBase {
|
class ZeroTierOne extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('ZeroTier Inc.', 'ZeroTier', 'https://www.zerotier.com/download/');
|
parent::__construct('ZeroTier Inc.', 'ZeroTier One', 'https://www.zerotier.com/download/');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch_json('https://api.github.com/repos/zerotier/ZeroTierOne/releases/latest'))
|
if ($this->fetch_json('https://api.github.com/repos/zerotier/ZeroTierOne/releases/latest'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue