diff --git a/src/Git.php b/src/Git.php index 575c7c9..d4d562d 100644 --- a/src/Git.php +++ b/src/Git.php @@ -121,7 +121,6 @@ public function isRemoteUrlReadable($url, array $refs = NULL) 'ls-remote', '--heads', '--quiet', - '--exit-code', '--end-of-options', $url, $refs,