]> _ Git - cubist_util.git/commitdiff
wait #5437
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 Sep 2022 08:21:52 +0000 (10:21 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 7 Sep 2022 08:21:52 +0000 (10:21 +0200)
src/CommandLine/Git.php

index 70f7b9c708eb6dc1f9e7f56d94d7a9e9c148ce0c..4ee4503d3a72c582863540ee0ca0c5d4519d3ac6 100644 (file)
@@ -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()