Skip to content

Commit f30aa37

Browse files
committed
fix cache maybe
1 parent c8c05fe commit f30aa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/createMatrix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function getClientMatrix({
4040

4141
for (const { language, client, output } of Object.values(GENERATORS)) {
4242
// `algoliasearch` is an aggregation of clients
43-
if (language !== forLanguage || client === 'algoliasearch') {
43+
if (forLanguage !== language || client === 'algoliasearch') {
4444
continue;
4545
}
4646

0 commit comments

Comments
 (0)