Bläddra i källkod

Remove unnecessary uc() on input

Andy Baugh 5 år sedan
förälder
incheckning
56e7085708
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      scripts/generate_testing_configuration.pl

+ 0 - 1
scripts/generate_testing_configuration.pl

@@ -10,7 +10,6 @@ unshift @INC, "$gitdir/lib";
 
 print "Please input the provider name you are attempting to test: ";
 chomp( my $input = <STDIN> );
-$input = uc($input);
 
 my $module_name = $input;
 if( $input eq 'SLACK' ) {