瀏覽代碼

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

Nami-Doc 13 年之前
父節點
當前提交
d245acff83
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)) {