Pārlūkot izejas kodu

github online editor is a nice idea, but...

Nami-Doc 13 gadi atpakaļ
vecāks
revīzija
d245acff83
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/Composer/Downloader/GitDownloader.php

+ 1 - 0
src/Composer/Downloader/GitDownloader.php

@@ -101,6 +101,7 @@ class GitDownloader extends VcsDownloader
             } else {
                 throw new \RuntimeException('Failed to checkout ' . $url .' via git, https and http protocols, aborting.' . "\n\n" . $output);
             }
+        }
 
         $command = call_user_func($commandCallable, $url);
         if (0 !== $this->process->execute($command, $handler)) {