瀏覽代碼

Fixes #2: forgot to add newline

George S. Baugh 11 年之前
父節點
當前提交
2b92b28650
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/testrail-report

+ 1 - 1
bin/testrail-report

@@ -204,7 +204,7 @@ if ($file) {
 } else {
     #Just read STDIN, print help if no file was passed
     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);
     }
     if ( !$run || !$apiurl || !$password || !$user || !$project ) {