Explorar el Código

Remove one more testlink reference

George S. Baugh hace 9 años
padre
commit
6b1e8629a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/TestRail/Utils.pm

+ 1 - 1
lib/TestRail/Utils.pm

@@ -52,7 +52,7 @@ sub interrogateUser {
     my ($options,@keys) = @_;
     foreach my $key (@keys) {
         if (!$options->{$key}) {
-            print "Type the $key for your testLink install below:\n";
+            print "Type the $key for your TestRail install below:\n";
             $options->{$key} = TestRail::Utils::userInput();
             die "$key cannot be blank!" unless $options->{$key};
         }