Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Dec 13, 2019
1 parent acd7970 commit b4620be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use Gitonomy\Git\Repository;
$repository = new Repository('/path/to/repository');

foreach ($repository->getReferences()->getBranches() as $branch) {
echo "- ".$branch->getName().PHP_EOL;
echo '- '.$branch->getName().PHP_EOL;
}

$repository->run('fetch', ['--all']);
Expand Down

0 comments on commit b4620be

Please sign in to comment.