فهرست منبع

Merge remote branch 'mridgway/vendorScriptSpaces'

* mridgway/vendorScriptSpaces:
  Added quotes around a directory path that was missed in previous commit
Fabien Potencier 14 سال پیش
والد
کامیت
ce8d6d06e2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      vendors.php

+ 1 - 1
vendors.php

@@ -43,5 +43,5 @@ foreach ($deps as $dep) {
         system(sprintf('git clone %s "%s"', $url, $installDir));
     }
 
-    system(sprintf('cd %s && git fetch origin && git reset --hard %s', $installDir, $rev));
+    system(sprintf('cd "%s" && git fetch origin && git reset --hard %s', $installDir, $rev));
 }