Explorar o código

Remove one more testlink reference

George S. Baugh %!s(int64=9) %!d(string=hai) anos
pai
achega
6b1e8629a6
Modificáronse 1 ficheiros con 1 adicións e 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};
         }