remove the double buildpath

This commit is contained in:
Jimmy Cleuren 2013-11-01 11:22:39 +01:00
parent ed5611c573
commit 924dadcdcd

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();