Skip to content

Commit

Permalink
Merge pull request #232 from andreapollastri/3.x
Browse files Browse the repository at this point in the history
Urgent FIX!
  • Loading branch information
andreapollastri authored Apr 28, 2021
2 parents 3847410 + 986c37f commit a182d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/CipiUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function handle()

//2021-04-28 - Fix Client Server Versions
$servers = Server::where('build', '<>', '202104281')->get();
foreach($servers as $server) {

foreach ($servers as $server) {
$server->build = '202104281';
$server->save();
Expand Down

0 comments on commit a182d3a

Please sign in to comment.