Minor bug in last pull request

This commit is contained in:
Klaus Silveira
2012-05-25 18:07:18 -03:00
parent 3b7c77d412
commit fec646062e

View File

@@ -52,7 +52,7 @@ class Client
{
$repositories = $this->recurseDirectory($path);
if (!empty($repositories)) {
if (empty($repositories)) {
throw new \RuntimeException('There are no GIT repositories in ' . $path);
}