Skip to content

Commit a391331

Browse files
[appveyor] minor CI fix
1 parent 599de83 commit a391331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build-packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$flags = \PHP_VERSION_ID >= 50400 ? JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE : 0;
1515

1616
foreach ($dirs as $k => $dir) {
17-
if (!system("git diff --name-only $mergeBase -- $dir", $exitStatus)) {
17+
if (!system("git diff --name-only \"$mergeBase\" -- $dir", $exitStatus)) {
1818
if ($exitStatus) {
1919
exit($exitStatus);
2020
}

0 commit comments

Comments
 (0)