|
|
|
@ -20,8 +20,8 @@ class Git extends VcsInformationsAbstract
|
|
|
|
|
|
|
|
|
|
$this->clear(); |
|
|
|
|
|
|
|
|
|
if (!$checkout = $this->obtenir_commande_serveur('checkout.php')) { |
|
|
|
|
throw new \RuntimeException("Checkout.php introuvable"); |
|
|
|
|
if (!$checkout = $this->obtenir_commande_serveur('checkout')) { |
|
|
|
|
throw new \RuntimeException("Checkout introuvable"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// obtenir les infos Git |
|
|
|
|