소스 검색

Fix #135 for real this time

George S. Baugh 8 년 전
부모
커밋
b6d6b64b90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/TestRail/Utils/Find.pm

+ 1 - 1
lib/TestRail/Utils/Find.pm

@@ -468,7 +468,7 @@ sub getResults {
                 }
             }
             return MCE->gather(MCE->chunk_id,$res);
-        } @$runs);
+        } $runs);
 
     }