Skip to content

Commit

Permalink
Git: isRemoteUrlReadable() - returns TRUE for empty repositories
Browse files Browse the repository at this point in the history
Closes #92
  • Loading branch information
janpecha committed Jul 12, 2023
1 parent 6905d8c commit e257f2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Git.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public function isRemoteUrlReadable($url, array $refs = NULL)
'ls-remote',
'--heads',
'--quiet',
'--exit-code',
'--end-of-options',
$url,
$refs,
Expand Down

0 comments on commit e257f2c

Please sign in to comment.