diff --git a/nntmux/db/DbUpdate.php b/nntmux/db/DbUpdate.php index 048554b2f..2362fd5e7 100755 --- a/nntmux/db/DbUpdate.php +++ b/nntmux/db/DbUpdate.php @@ -114,7 +114,7 @@ class DbUpdate $this->processPatches(['safe' => $options['safe']]); // Make sure we are completely up to date! - ColorCLI::doEcho(Color::primaryOver('Looking for new patches...'), true); + ColorCLI::doEcho(ColorCLI::primaryOver('Looking for new patches...'), true); $files = Utility::getDirFiles($options); $count = \count($files);