From 7db425d3351ab2cabd6e53ce246a8492e8e61864 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 25 Feb 2019 18:21:39 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- misc/testing/Releases/fixReleaseNames.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/testing/Releases/fixReleaseNames.php b/misc/testing/Releases/fixReleaseNames.php index a84dea6c0..22277705b 100755 --- a/misc/testing/Releases/fixReleaseNames.php +++ b/misc/testing/Releases/fixReleaseNames.php @@ -130,7 +130,7 @@ if (isset($argv[1], $argv[2], $argv[3], $argv[4])) { .'php '.$argv[0].' 17 false other no ...: Fix release names in misc categories using Mediainfo in the past 6 hours.'.PHP_EOL .'php '.$argv[0].' 18 false other no ...: Fix release names in misc categories using Mediainfo.'.PHP_EOL .'php '.$argv[0].' 19 false other no ...: Fix release names in misc categories using CRC32 in the past 6 hours.'.PHP_EOL - .'php '.$argv[0].' 20 false other no ...: Fix release names in misc categories using CRC32.'.PHP_EOL); - + .'php '.$argv[0].' 20 false other no ...: Fix release names in misc categories using CRC32.'.PHP_EOL); + exit(); }