Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Removed an unused $label assignment from ReleaseService::delete()
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Sep 14, 2020
1 parent 61fe437 commit 9a706ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ReleaseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public function delete(array $ids): void
{
$commands = [];
foreach ($ids as $id) {
$label =
$commands[] = [
'echo "Purging release '.$id.'"',
'rm -rf '.$this->server->path('releases').'/'.$id,
Expand Down

0 comments on commit 9a706ce

Please sign in to comment.