fix comments

This commit is contained in:
James 2020-02-15 13:21:32 +00:00
parent 8f41a5583b
commit 0ce38258dc

View File

@ -51,7 +51,7 @@ final class PostFailedTests{
}
}
//so its a new iss or changed error, lets upload screenshot and compose the body
//so its a new issue or changed error, lets upload screenshot and compose the body
$issueBody='';
if(file_exists("/tmp/$name.png")){
$data=$this->repo->addReleaseAttachment(1,"/tmp/$name.png");