Skip to content
Snippets Groups Projects
Commit efde4702 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

remove unecessary newline in gittool

parent eb8d789e
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,6 @@ class GitToolCLI extends CLI {
continue;
}
echo "\n";
$this->info("executing $shell in $repo");
$ret = 0;
system($shell, $ret);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment