Skip to content

Commit

Permalink
GitRepository: fixed isRemoteUrlReadable() on non-Windows platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Espinoza authored and janpecha committed Jan 21, 2019
1 parent 1df0ce1 commit 7e14616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public static function isRemoteUrlReadable($url, array $refs = NULL)
}

exec(self::processCommand(array(
$env . 'git ls-remote',
$env . ' git ls-remote',
'--heads',
'--quiet',
'--exit-code',
Expand Down

0 comments on commit 7e14616

Please sign in to comment.