We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae55ff + 98609c0 commit 29a7f32Copy full SHA for 29a7f32
bin/vendors
@@ -84,7 +84,7 @@ foreach ($deps as $name => $dep) {
84
85
if ('update' === $command) {
86
ob_start();
87
- system(sprintf('cd %s; git log -n 1 --format=%%H', escapeshellarg($installDir)));
+ system(sprintf('cd %s && git log -n 1 --format=%%H', escapeshellarg($installDir)));
88
$newversions[] = trim($name.' '.ob_get_clean());
89
}
90
0 commit comments