Browse Source

Remove unnecessary uc() on input

Andy Baugh 5 years ago
parent
commit
56e7085708
1 changed files with 0 additions and 1 deletions
  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' ) {