Add break to end of last case in fixReleaseNames script

This commit is contained in:
DariusIII
2017-09-28 11:49:02 +02:00
parent cf47a74dc6
commit 8b38488102
+1 -1
View File
@@ -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;