Skip to content

Commit

Permalink
Fix Command for Refs: ekino#280
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-toppy authored Dec 8, 2022
1 parent aa29fd8 commit eb02597
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Command/NotifyDeploymentCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class NotifyDeploymentCommand extends Command
public const EXIT_UNAUTHORIZED = 2;
public const EXIT_HTTP_ERROR = 3;

protected static $defaultName = 'newrelic:notify-deployment';

private $newrelic;

public function __construct(Config $newrelic)
Expand All @@ -39,6 +37,7 @@ public function __construct(Config $newrelic)
protected function configure(): void
{
$this
->setName('newrelic:notify-deployment')
->setDefinition([
new InputOption(
'user', null, InputOption::VALUE_OPTIONAL,
Expand Down

0 comments on commit eb02597

Please sign in to comment.