From: Vincent Vanwaelscappel Date: Wed, 7 Sep 2022 08:21:52 +0000 (+0200) Subject: wait #5437 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=75ae132b8f2e1d349f68c75ab461b491294a53ef;p=cubist_util.git wait #5437 --- diff --git a/src/CommandLine/Git.php b/src/CommandLine/Git.php index 70f7b9c..4ee4503 100644 --- a/src/CommandLine/Git.php +++ b/src/CommandLine/Git.php @@ -34,7 +34,7 @@ class Git extends CommandLine { $this->setManualArg($cmd); $this->execute(); - return $this->getCommand() . "\n" . $this->getOutput(); + return $this->getOutput(); } public function listBranches()