Skip to content

Commit

Permalink
Closes #266
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jun 12, 2020
1 parent b9b9ff5 commit f2b161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/resolver/PharIoAliasResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function resolve(RequestedPhar $requestedPhar): SourceRepository {
)
);

$file->getFilename()->delete();
$filename->delete();

return $repo;
}
Expand Down

0 comments on commit f2b161e

Please sign in to comment.