Skip to content

Commit 34b166c

Browse files
StyleCI fixes
1 parent 9cf7432 commit 34b166c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Console/Commands/Server/BulkReinstallActionCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct(
6969
*/
7070
public function handle()
7171
{
72-
$servers = $this->getServersToProcess();
72+
$servers = $this->getServersToProcess();
7373

7474
if (! $this->confirm(trans('command/messages.server.reinstall.confirm'))) {
7575
return;

resources/lang/en/command/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
4545
'reinstall' => [
4646
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
47-
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?'
47+
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
4848
],
4949
'power' => [
5050
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',

0 commit comments

Comments
 (0)