mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix wrong class name
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user