Skip to content

Commit aaec7e4

Browse files
committed
Fixes issues with Acrobat Reader recipe.
1 parent 2a16334 commit aaec7e4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

dist/jez.phar

6 Bytes
Binary file not shown.

src/Object/Recipe/AdobeReaderDc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function getManifestVersion()
8080
$url = 'https://armmf.adobe.com/arm-manifests/mac/AcrobatDC/reader/current_version.txt';
8181
if ($res = (new DownloadHelper())->getUrl($url, null, null, $this->getUserAgent()))
8282
{
83-
return $res['body'];
83+
return trim($res['body']);
8484
}
8585
}
8686

0 commit comments

Comments
 (0)