Skip to content

Commit

Permalink
Re-add the sponsored info
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Sep 29, 2020
1 parent 469ae37 commit 5554c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/TaskOperation/Composer/CloudOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function getConsole(): ConsoleOutput
}

$title = '> Resolving dependencies using Composer Cloud '.$job->getVersion();
// $title .= "\n!!! Current server is sponsored by: ".$job->getSponsor()." !!!\n";
$title .= "\n!!! Current server is sponsored by: ".$job->getSponsor()." !!!\n";

switch ($job->getStatus()) {
case CloudJob::STATUS_QUEUED:
Expand Down

0 comments on commit 5554c41

Please sign in to comment.