mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add break to end of last case in fixReleaseNames script
This commit is contained in:
@@ -94,7 +94,7 @@ if (isset($argv[1], $argv[2], $argv[3], $argv[4])) {
|
||||
break;
|
||||
case 18:
|
||||
$namefixer->fixNamesWithMediaMovieName(2, $update, $other, $setStatus, $show);
|
||||
// no break
|
||||
break;
|
||||
default:
|
||||
exit(ColorCLI::error(PHP_EOL.'ERROR: Wrong argument, type php $argv[0] to see a list of valid arguments.'.PHP_EOL));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user