Browse Source

Fixes #2: forgot to add newline

George S. Baugh 11 years ago
parent
commit
2b92b28650
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/testrail-report

+ 1 - 1
bin/testrail-report

@@ -204,7 +204,7 @@ if ($file) {
 } else {
 } else {
     #Just read STDIN, print help if no file was passed
     #Just read STDIN, print help if no file was passed
     if (IO::Interactive::Tiny::is_interactive()) {
     if (IO::Interactive::Tiny::is_interactive()) {
-        print "ERROR: no file passed, and no data piped in! See --help for usage.";
+        print "ERROR: no file passed, and no data piped in! See --help for usage.\n";
         exit(1);
         exit(1);
     }
     }
     if ( !$run || !$apiurl || !$password || !$user || !$project ) {
     if ( !$run || !$apiurl || !$password || !$user || !$project ) {