Skip to content

Commit

Permalink
Update Downloader.php (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
cv65kr authored Jun 22, 2022
1 parent 8214713 commit 91eafd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/Downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function download(SystemInfo $systemInfo): void

$targetPath = getcwd() . DIRECTORY_SEPARATOR . $systemInfo->temporalServerExecutable;
$this->filesystem->copy($pathToExtractedAsset . DIRECTORY_SEPARATOR . $systemInfo->temporalServerExecutable, $targetPath);
$this->filesystem->chmod($targetPath, 755);
$this->filesystem->chmod($targetPath, 0755);
$this->filesystem->remove($pathToExtractedAsset);
}

Expand Down

0 comments on commit 91eafd5

Please sign in to comment.