Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jun 4, 2024
1 parent bfb24c0 commit 5ebf7de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Service/Install/InstallService.php
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ public function installJava(?bool $async = false): void {
} else {
throw new RuntimeException(sprintf('OS_FAMILY %s is incompatible with LibreSign.', PHP_OS_FAMILY));
}
$folder = $this->getFolder();
$checksumUrl = $url . '.sha256.txt';
$hash = $this->getHash($compressedFileName, $checksumUrl);
try {
Expand Down

0 comments on commit 5ebf7de

Please sign in to comment.