Citrix: fix white space
This commit is contained in:
parent
50b6b5725e
commit
eda2fc2443
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class CitrixWorkspaceApp extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html'))
|
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html'))
|
||||||
return $this->parse('/<p>Version: ([\d\.]+) ?\([\d\.]+\)<\/p>/');
|
return $this->parse('/<p>Version: ([\d\.]+) ?\([\d\.]+\)<\/p>/');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue