StyleCI fixes
This commit is contained in:
parent
9cf7432835
commit
34b166cde9
|
@ -69,7 +69,7 @@ class BulkReinstallActionCommand extends Command
|
||||||
*/
|
*/
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
$servers = $this->getServersToProcess();
|
$servers = $this->getServersToProcess();
|
||||||
|
|
||||||
if (! $this->confirm(trans('command/messages.server.reinstall.confirm'))) {
|
if (! $this->confirm(trans('command/messages.server.reinstall.confirm'))) {
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -44,7 +44,7 @@ return [
|
||||||
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
|
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
|
||||||
'reinstall' => [
|
'reinstall' => [
|
||||||
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
|
'failed' => 'Reinstall request for ":name" (#:id) on node ":node" failed with error: :message',
|
||||||
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?'
|
'confirm' => 'You are about to reinstall against a group of servers. Do you wish to continue?',
|
||||||
],
|
],
|
||||||
'power' => [
|
'power' => [
|
||||||
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
|
'confirm' => 'You are about to perform a :action against :count servers. Do you wish to continue?',
|
||||||
|
|
Loading…
Reference in New Issue