Skip to content

Commit

Permalink
Update DownloadManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter authored Oct 24, 2020
1 parent 29d84ba commit 512f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Managers/DownloadManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function downloadRelease(array $versions)
* which is why there is the third call argument (not present
* in interface footprint).
*/
$downloader->download($package, $fullPath, false);
$downloader->download($package, $fullPath);

return $package;
}
Expand Down

0 comments on commit 512f95d

Please sign in to comment.