diff --git a/src/Controller/CLIController.php b/src/Controller/CLIController.php index 2038031..0803b0e 100644 --- a/src/Controller/CLIController.php +++ b/src/Controller/CLIController.php @@ -1224,7 +1224,7 @@ class CLIController echo Colors::DEFAULT . ' Version: ' . Colors::YELLOW . $decodedData->version; echo Colors::DEFAULT . ' (Build: ' . Colors::YELLOW . $decodedData->buildnumber . Colors::DEFAULT . ')' . PHP_EOL; } else { - echo Color::RED . ' Error: ' . Colors::YELLOW . $result['data'] . Colors::DEFAULT . PHP_EOL; + echo Colors::RED . ' Error: ' . Colors::YELLOW . $result['data'] . Colors::DEFAULT . PHP_EOL; } // var_dump($result); $skipAAAA = true;