File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/Console/Commands/Server
resources/lang/en/command Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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? ' ,
You can’t perform that action at this time.
0 commit comments