From 75ae132b8f2e1d349f68c75ab461b491294a53ef Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 7 Sep 2022 10:21:52 +0200 Subject: [PATCH] wait #5437 --- src/CommandLine/Git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5