remove the double buildpath
This commit is contained in:
parent
ed5611c573
commit
924dadcdcd
1 changed files with 1 additions and 1 deletions
2
PHPCI/Plugin/PhpCpd.php
Executable file → Normal file
2
PHPCI/Plugin/PhpCpd.php
Executable file → Normal 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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue