Sfoglia il codice sorgente

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

Nami-Doc 13 anni fa
parent
commit
d245acff83
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)) {