diff --git a/PHPCI/Plugin/Phing.php b/PHPCI/Plugin/Phing.php index e5004240..f639552a 100644 --- a/PHPCI/Plugin/Phing.php +++ b/PHPCI/Plugin/Phing.php @@ -222,7 +222,7 @@ class Phing implements \PHPCI\Plugin public function setPropertyFile($propertyFile) { if (!file_exists($this->getDirectory() . '/' . $propertyFile)) { - throw new \Exception('Specified property file file does not exists.'); + throw new \Exception('Specified property file does not exists.'); } $this->propertyFile = $propertyFile;