浏览代码

Remove unnecessary uc() on input

Andy Baugh 5 年之前
父节点
当前提交
56e7085708
共有 1 个文件被更改,包括 0 次插入1 次删除
  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' ) {