Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 16, 2024
1 parent a55c431 commit 84ceb56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Commands/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public function handle(): int
$this->buildUrl('https://github.com/hydephp/cli/issues/new', [
'title' => 'Error while self-updating the application',
'body' => $this->stripPersonalInformation($this->getIssueMarkdown($exception))
]), 'https://github.com/hydephp/cli/issues/new?title=Error+while+self-updating+the+application')
);
]), 'https://github.com/hydephp/cli/issues/new?title=Error+while+self-updating+the+application'
));

if ($this->output->isVerbose()) {
throw $exception;
Expand Down

0 comments on commit 84ceb56

Please sign in to comment.