Skip to content

Commit 29a7f32

Browse files
committed
merged yosmanyga/master
2 parents 2ae55ff + 98609c0 commit 29a7f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/vendors

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ foreach ($deps as $name => $dep) {
8484

8585
if ('update' === $command) {
8686
ob_start();
87-
system(sprintf('cd %s; git log -n 1 --format=%%H', escapeshellarg($installDir)));
87+
system(sprintf('cd %s && git log -n 1 --format=%%H', escapeshellarg($installDir)));
8888
$newversions[] = trim($name.' '.ob_get_clean());
8989
}
9090
}

0 commit comments

Comments
 (0)