Merge pull request #194 from jimmycleuren/master

Remove the double buildpath
This commit is contained in:
Steve B 2013-11-01 03:34:09 -07:00
commit efc1cb5957

2
PHPCI/Plugin/PhpCpd.php Executable file → Normal file
View file

@ -77,7 +77,7 @@ class PhpCpd implements \PHPCI\Plugin
return false;
}
$success = $this->phpci->executeCommand($phpcpd . ' %s "%s"', $ignore, $this->phpci->buildPath.$this->path);
$success = $this->phpci->executeCommand($phpcpd . ' %s "%s"', $ignore, $this->path);
print $this->phpci->getLastOutput();