diff --git a/PHPCI/Plugin/PhpCpd.php b/PHPCI/Plugin/PhpCpd.php old mode 100755 new mode 100644 index 816bf261..bbefd7e6 --- a/PHPCI/Plugin/PhpCpd.php +++ b/PHPCI/Plugin/PhpCpd.php @@ -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();