diff --git a/vendors.php b/vendors.php index 75d5cbd33c..806c462967 100755 --- a/vendors.php +++ b/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)); }