diff --git a/PHPCI/Plugin/Shell2.php b/PHPCI/Plugin/Shell2.php index 5186a389..64c49abc 100644 --- a/PHPCI/Plugin/Shell2.php +++ b/PHPCI/Plugin/Shell2.php @@ -76,7 +76,7 @@ class Shell2 implements \PHPCI\Plugin $success = true; - if (!$this->phpci->executeCommand($this->command)) { + if (!shell_exec($this->command)) { $success = false; }